Skip to content

Commit 9d8c9a2

Browse files
committed
Fixes
1 parent 84b9163 commit 9d8c9a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ TAG ?= $(VARNISH_VER_MINOR)
1818
REPO = wodby/varnish
1919
NAME = varnish-$(VARNISH_VER_MINOR)
2020

21+
ifneq ($(ARCH),)
22+
override TAG := $(TAG)-$(ARCH)
23+
endif
24+
2125
.PHONY: build buildx-build buildx-push test test-clean push shell run start stop logs clean release
2226

2327
default: build

0 commit comments

Comments
 (0)