Skip to content

Commit 6ae2bc2

Browse files
Merge pull request #207 from openshift/make-cross-build-consistent
NO-JIRA: chore: make cross build consistent across plugins
2 parents db6a009 + c2de156 commit 6ae2bc2

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
@@ -90,6 +90,7 @@ web/src/korrel8r/client: korrel8r/swagger.json
9090

9191
.PHONY: podman-cross-build
9292
podman-cross-build:
93-
podman manifest create -a ${IMAGE}
93+
podman manifest rm ${IMAGE} || true
94+
podman manifest create ${IMAGE}
9495
podman build --platform=${PLATFORMS} --manifest ${IMAGE} -f Dockerfile.dev
9596
podman manifest push ${IMAGE}

0 commit comments

Comments
 (0)