Skip to content

Commit

Permalink
build.make: properly declare push-multiarch
Browse files Browse the repository at this point in the history
It's not a real file and thus should better be marked as phony.
  • Loading branch information
pohly committed Jun 3, 2020
1 parent 4569f27 commit 5231f05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.make
Expand Up @@ -166,6 +166,7 @@ check-pull-base-ref:
exit 1; \
fi

.PHONY: push-multiarch
push-multiarch: $(CMDS:%=push-multiarch-%)

clean:
Expand Down

0 comments on commit 5231f05

Please sign in to comment.