Release v1.25 #52

Merged
stefan merged 35 commits from v1.25 into master 2023-05-26 17:38:30 +00:00
1 changed files with 0 additions and 3 deletions
Showing only changes of commit 17b1e20cb6 - Show all commits

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)"))