aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2022-11-25 08:01:41 +0100
committerGerd Hoffmann <kraxel@redhat.com>2022-11-25 08:01:41 +0100
commit0e8469a75c355d16dae78b2f37f77c6c6923a447 (patch)
treeec9c9c8e468085520fa53926de656838846685d8 /.gitlab-ci.yml
downloadrpm-package-builder-0e8469a75c355d16dae78b2f37f77c6c6923a447.tar.gz
add el9
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..f4e7be1
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +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