Skip to content

Commit

Permalink
Do not error out when rebuilding the image
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaldessari committed Sep 18, 2024
1 parent 1cd7290 commit c8f203d
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 @@ -42,6 +42,8 @@ arm64: manifest podman-build-arm64 test-arm64 ## 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 c8f203d

Please sign in to comment.