aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2021-03-22 07:27:46 +0100
committerGerd Hoffmann <kraxel@redhat.com>2021-03-22 07:27:46 +0100
commitd090b8961cb66e92d02add1bc8137b260fb15d08 (patch)
treebc91bbfc4105f247df57fef58379db8a41ca9c2e
parentc4f736b85d8a84dff1ae9fc22cd002ad920f7043 (diff)
downloadrpm-package-builder-fedora.tar.gz
enable aarch64fedora
-rw-r--r--.gitlab-ci.yml14
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