Skip to content

Commit 19050ae

Browse files
committed
move platform into dockerfile
1 parent f4977b5 commit 19050ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:devel
1+
FROM --platform=linux/amd64 ubuntu:devel
22
LABEL maintainer="Mark Nottingham <[email protected]>"
33

44

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 --platform linux/amd64 --pull -t $(PKGNAME) .
7+
docker build --pull -t $(PKGNAME) .
88

99
.PHONY: upload
1010
upload:

0 commit comments

Comments
 (0)