Squashed '.ci/' changes from 63421d1..a5875db

a5875db Make EXTRA_TAGS work again

git-subtree-dir: .ci
git-subtree-split: a5875db03eff65f381ae1abc44acd5fb34c92c06
This commit is contained in:
Stefan Reimer 2023-04-25 12:06:32 +00:00
parent da0c787842
commit 80456dae22

View File

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