We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db6a009 + c2de156 commit 6ae2bc2Copy full SHA for 6ae2bc2
1 file changed
Makefile
@@ -90,6 +90,7 @@ web/src/korrel8r/client: korrel8r/swagger.json
90
91
.PHONY: podman-cross-build
92
podman-cross-build:
93
- podman manifest create -a ${IMAGE}
+ podman manifest rm ${IMAGE} || true
94
+ podman manifest create ${IMAGE}
95
podman build --platform=${PLATFORMS} --manifest ${IMAGE} -f Dockerfile.dev
96
podman manifest push ${IMAGE}
0 commit comments