Skip to content

Commit

Permalink
trap exit
Browse files Browse the repository at this point in the history
  • Loading branch information
jpinsonneau committed Apr 19, 2023
1 parent d54d221 commit 01fce26
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 @@ -140,11 +140,13 @@ coverage-report-html: cov-exclude-generated

.PHONY: image-build
image-build:
trap 'exit' INT
$(foreach target,$(MULTIARCH_TARGETS),$(call build_target,$(target)))
$(call build_manifest)

.PHONY: image-push
image-push: image-build
trap 'exit' INT
$(foreach target,$(MULTIARCH_TARGETS),$(call push_target,$(target)))
$(call push_manifest)

Expand Down

0 comments on commit 01fce26

Please sign in to comment.