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