diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2c3a7ec23f..d809e91407 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -170,7 +170,7 @@ test:ubsan:cs: # * mipsel # * mips64el # * s390x -# * ppc64le +# * ppc64el .preparearch: image: ubuntu:18.04 @@ -238,10 +238,10 @@ test:s390x: ARCH: "s390x" JOBS: 6 -test:ppc64le: +test:ppc64el: extends: .preparearch variables: - ARCH: "ppc64le" + ARCH: "ppc64el" JOBS: 6 diff --git a/.gitlab/build-test.sh b/.gitlab/build-test.sh index dcbfdc491f..cceb460f1d 100755 --- a/.gitlab/build-test.sh +++ b/.gitlab/build-test.sh @@ -118,7 +118,7 @@ then ;; *) echo "Unknown architecture ${ARCH}" - echo "Available archs: amd64, arm64, armel, armhf, i386, mips, mipsel, mips64el, s390x, ppc64le" + echo "Available archs: amd64, arm64, armel, armhf, i386, mips, mipsel, mips64el, s390x, ppc64el" echo "These are the official names for the debian ports available listed at:" echo "https://www.debian.org/ports/" echo "NOTE: we also accept x86_64 as an alias for amd64"