Make EXTRA_TAGS work again

This commit is contained in:
Stefan Reimer 2023-04-25 12:06:08 +00:00
parent 63421d1fab
commit a5875db03e
1 changed files with 0 additions and 3 deletions

View File

@ -10,9 +10,6 @@ ifeq (,$(filter main master, $(GIT_BRANCH)))
endif
endif
# optionally set by the caller
EXTRA_TAGS :=
ARCH := amd64
ALL_ARCHS := amd64 arm64
_ARCH = $(or $(filter $(ARCH),$(ALL_ARCHS)),$(error $$ARCH [$(ARCH)] must be exactly one of "$(ALL_ARCHS)"))