From: Sébastien Han Date: Tue, 23 Oct 2018 15:46:12 +0000 (+0200) Subject: ceph-container-build-ceph-base-push-imgs: try to build manifest on amd64 too X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=ca62367e6bbe42d6cd74d62e453e627bc5eab3e1;p=ceph-build.git ceph-container-build-ceph-base-push-imgs: try to build manifest on amd64 too 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 --- diff --git a/ceph-container-build-ceph-base-push-imgs/build/build b/ceph-container-build-ceph-base-push-imgs/build/build index 80d455cc..821c39d8 100644 --- a/ceph-container-build-ceph-base-push-imgs/build/build +++ b/ceph-container-build-ceph-base-push-imgs/build/build @@ -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