]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-container-build-ceph-base-push-imgs: build with arg 1142/head
authorSébastien Han <seb@redhat.com>
Tue, 2 Oct 2018 12:49:03 +0000 (14:49 +0200)
committerSébastien Han <seb@redhat.com>
Tue, 2 Oct 2018 12:49:03 +0000 (14:49 +0200)
We need to pass the ARCH so the build can successfully run.

Signed-off-by: Sébastien Han <seb@redhat.com>
ceph-container-build-ceph-base-push-imgs/build/build

index a162e779902b3afcf8a5cee603011526d33c96ad..80d455ccd9ee5e2c94938255d6a2934c3605ba85 100644 (file)
@@ -3,4 +3,4 @@ set -e
 
 
 cd "$WORKSPACE"/ceph-container/ || exit
-bash -x contrib/build-ceph-base.sh
+ARCH=x86_64 bash -x contrib/build-ceph-base.sh