remove the -combined; a test shows the combined image is working
as expected on arm64
Signed-off-by: Dan Mick <dmick@redhat.com>
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