Skip to content

Commit

Permalink
Workaround podman issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaldessari committed Sep 23, 2024
1 parent 64a02cf commit 6190da0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ arm64: manifest podman-build-amd64 test-amd64 ## Build and test the container on

.PHONY: manifest
manifest: ## creates the buildah manifest for multi-arch images
# The rm is needed due to bug https://www.github.com/containers/podman/issues/19757
buildah manifest rm "${REGISTRY}/${CONTAINER}" || /bin/true
buildah manifest create "${REGISTRY}/${CONTAINER}"

.PHONY: podman-build
Expand Down

0 comments on commit 6190da0

Please sign in to comment.