From 5231f05d8b2f7a6b656fb27d84abcb758000842b Mon Sep 17 00:00:00 2001
From: Patrick Ohly <patrick.ohly@intel.com>
Date: Wed, 3 Jun 2020 11:04:29 +0200
Subject: [PATCH] build.make: properly declare push-multiarch

It's not a real file and thus should better be marked as phony.
---
 build.make | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.make b/build.make
index 0e4a9baaf..83d903e08 100644
--- a/build.make
+++ b/build.make
@@ -166,6 +166,7 @@ check-pull-base-ref:
 		exit 1; \
 	fi
 
+.PHONY: push-multiarch
 push-multiarch: $(CMDS:%=push-multiarch-%)
 
 clean: