summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml15
1 files changed, 6 insertions, 9 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c7f8a271..2deabc89 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -43,15 +43,12 @@ build-system-x86_64-chroot-build:
# - master
# - /^staging\/.*$/
-#build-system-armv7lhf-rootfs-build:
-# stage: build-1
-# script:
-# - sudo ybd/ybd.py systems/build-system-armv7lhf-rootfs.morph armv7lhf
-# tags:
-# - armv7l
-# only:
-# - master
-# - /^staging\/.*$/
+build-system-armv7lhf-rootfs-build:
+ stage: build-1
+ script:
+ - sudo ybd/ybd.py systems/build-system-armv7lhf-rootfs.morph armv7lhf
+ tags:
+ - armv7l
devel-build-64:
stage: build-2