diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2021-05-06 08:11:43 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2021-05-06 08:30:58 +0200 |
commit | a5ee0a4e94d914621b728bce987e3dfe56c84507 (patch) | |
tree | 0e42924ddefc930e290f7fe6c1345851314b8770 /.gitlab-ci.yml | |
parent | b4490b0b0be4abd910d6158777d8370691de0905 (diff) | |
download | rpm-package-builder-a5ee0a4e94d914621b728bce987e3dfe56c84507.tar.gz |
enable aarch64
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e3067ad..f4e7be1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,12 +1,12 @@ -#variables: -# BUILD_AARCH64: "yes" +variables: + BUILD_AARCH64: "yes" include: - project: 'kraxel/podman-docker-builder' file: 'gitlab-ci-template-multiarch.yml' -#boot-aarch64: -# stage: build -# trigger: -# project: kraxel/ec2-init-scripts -# branch: boot-aarch64 +boot-aarch64: + stage: build + trigger: + project: kraxel/ec2-init-scripts + branch: boot-aarch64 |