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 f1ad018695
commit 855bd9aece
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)"))