diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2022-02-17 15:12:55 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2022-02-17 15:22:21 +0100 |
commit | c44af6bb51ffc5a81f703e40bd1fea86780b515d (patch) | |
tree | 0a142202fe0f90c9c2926478c60a51a4aeb877f5 | |
parent | 19b19f598adbdb033d42a8fd98a63f4333032f7b (diff) | |
download | rpm-package-builder-stream8.tar.gz |
Revert "drop aarch64"stream8
This reverts commit 74851ca887c5ee4bad05324aa590d283a3b62b9d.
-rw-r--r-- | .gitlab-ci.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 705801d..f4e7be1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,12 @@ +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 |