From ca62367e6bbe42d6cd74d62e453e627bc5eab3e1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Han?= Date: Tue, 23 Oct 2018 17:46:12 +0200 Subject: [PATCH] ceph-container-build-ceph-base-push-imgs: try to build manifest on amd64 too MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- ceph-container-build-ceph-base-push-imgs/build/build | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5