Skip to content

Commit 5231f05

Browse files
committed
build.make: properly declare push-multiarch
It's not a real file and thus should better be marked as phony.
1 parent 4569f27 commit 5231f05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.make

+1
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ check-pull-base-ref:
166166
exit 1; \
167167
fi
168168

169+
.PHONY: push-multiarch
169170
push-multiarch: $(CMDS:%=push-multiarch-%)
170171

171172
clean:

0 commit comments

Comments
 (0)