From 7266f49d333c92cfb284eae685618db52bf795e3 Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Thu, 22 Jul 2021 15:07:23 -0700 Subject: [PATCH] ceph-grafana-trigger: change manifest list's name to final form remove the -combined; a test shows the combined image is working as expected on arm64 Signed-off-by: Dan Mick --- ceph-grafana-trigger/build/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-grafana-trigger/build/build b/ceph-grafana-trigger/build/build index 03fbb2cf..36384799 100644 --- a/ceph-grafana-trigger/build/build +++ b/ceph-grafana-trigger/build/build @@ -15,7 +15,7 @@ for repohost in quay.io docker.io; do sudo podman manifest add grafana:${CONTAINER_VERSION}-combined ${repohost}/${CONTAINER}-x86_64 sudo podman manifest add grafana:${CONTAINER_VERSION}-combined ${repohost}/${CONTAINER}-aarch64 - sudo podman manifest push grafana:${CONTAINER_VERSION}-combined ${repohost}/${CONTAINER}-combined + sudo podman manifest push grafana:${CONTAINER_VERSION}-combined ${repohost}/${CONTAINER} sudo podman rmi -f grafana:${CONTAINER_VERSION}-combined ${repohost}/${CONTAINER}-x86_64 ${repohost}/${CONTAINER}-aarch64 || true done -- 2.47.3