build.make: properly declare push-multiarch
It's not a real file and thus should better be marked as phony.
This commit is contained in:
parent
4569f27a8c
commit
5231f05d8b
|
|
@ -166,6 +166,7 @@ check-pull-base-ref:
|
|||
exit 1; \
|
||||
fi
|
||||
|
||||
.PHONY: push-multiarch
|
||||
push-multiarch: $(CMDS:%=push-multiarch-%)
|
||||
|
||||
clean:
|
||||
|
|
|
|||
Loading…
Reference in New Issue