Skip to content

Commit 22509ce

Browse files
committed
tell build about platform too
1 parent 076143c commit 22509ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PKGNAME=mnot/proxy-cache-tests
44

55
.PHONY: build
66
build:
7-
docker build --pull -t $(PKGNAME) .
7+
docker build --platform linux/amd64 --pull -t $(PKGNAME) .
88

99
.PHONY: upload
1010
upload:

0 commit comments

Comments
 (0)