Skip to content

Commit

Permalink
Merge pull request #54 from mbaldessari/small-tweak
Browse files Browse the repository at this point in the history
Do not error out when rebuilding the image
  • Loading branch information
mbaldessari authored Sep 18, 2024
2 parents 1cd7290 + c8f203d commit 5e89a06
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 5e89a06

Please sign in to comment.