[gnome-build-meta/jjardon/aarch64] .gitlab-ci.yml: Add aarch64 build



commit dacb5ed72d670d917c7093ecc6aa9027ac05f74f
Author: Javier Jardón <jjardon gnome org>
Date:   Fri Apr 20 02:43:53 2018 +0200

    .gitlab-ci.yml: Add aarch64 build

 .gitlab-ci.yml | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a39beb9..aa935cf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,8 +30,6 @@ before_script:
 .buil-template: &build
   stage: build
   dependencies: []
-  tags:
-    - do
   script:
     # this should be removed as soon as buildstream supports junctions with project.refs
     - sed -i s/project.refs/inline/ project.conf
@@ -52,6 +50,14 @@ before_script:
     paths:
       - ${CI_PROJECT_DIR}/cache/buildstream/logs
 
-build-gnome-core:
+build-gnome-core-x86_64:
+  tags:
+    - do
   image: buildstream/buildstream-fedora:master-51-9632eaf
   <<: *build
+
+build-gnome-core-aarch64
+  image: buildstream/buildstream-fedora:aarch64-master-79-c1c09e3
+  tags:
+    - aarch64
+  <<: *build


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]