Skip to content

Commit c2de156

Browse files
committed
chore: make cross build consistent across plugins
Signed-off-by: Gabriel Bernal <gbernal@redhat.com>
1 parent 0428701 commit c2de156

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ web/src/korrel8r/client: korrel8r/swagger.json
8686

8787
.PHONY: podman-cross-build
8888
podman-cross-build:
89-
podman manifest create -a ${IMAGE}
89+
podman manifest rm ${IMAGE} || true
90+
podman manifest create ${IMAGE}
9091
podman build --platform=${PLATFORMS} --manifest ${IMAGE} -f Dockerfile.dev
9192
podman manifest push ${IMAGE}

0 commit comments

Comments
 (0)