diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-10-20 15:04:31 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-10-20 15:04:31 +0000 |
commit | a686cd5d636b4bb7da332dd4ea5c71322084aac8 (patch) | |
tree | 1f42d6c748dc0f107fddb68712647282f4a67cf2 /.gitlab-ci.yml | |
parent | 393dc02e8c9a61f4be5583b83e937ec7f11e8c2e (diff) | |
download | aports-a686cd5d636b4bb7da332dd4ea5c71322084aac8.tar.gz aports-a686cd5d636b4bb7da332dd4ea5c71322084aac8.tar.bz2 aports-a686cd5d636b4bb7da332dd4ea5c71322084aac8.tar.xz |
gitlab-ci: revert temporarily disable s390x
The runner is back.
This reverts commit fb46ea60825a18603765cbd8d90336ff1c23a4a5.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 374dc69c27..60e8694e55 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,6 +39,13 @@ build-x86: - ci-build - x86 +build-s390x: + extends: .build + tags: + - docker-alpine + - ci-build + - s390x + build-ppc64le: extends: .build tags: |