]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-container-build-ceph-base-push-imgs: try to build manifest on amd64 too 1173/head
authorSébastien Han <seb@redhat.com>
Tue, 23 Oct 2018 15:46:12 +0000 (17:46 +0200)
committerSébastien Han <seb@redhat.com>
Tue, 23 Oct 2018 15:46:12 +0000 (17:46 +0200)
They are days where arm64 runs before amd64 and the other way around so
let's try to build the manifest also on amd64. This can't not do any
harm.

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

index 80d455ccd9ee5e2c94938255d6a2934c3605ba85..821c39d8c7774f4ed3080d8ac8869a67d8eea8cf 100644 (file)
@@ -4,3 +4,6 @@ set -e
 
 cd "$WORKSPACE"/ceph-container/ || exit
 ARCH=x86_64 bash -x contrib/build-ceph-base.sh
+
+echo "Now running manifest script"
+BUILD_SERVER_GOARCH=amd64 bash -x contrib/make-ceph-base-manifests.sh