We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4977b5 commit 19050aeCopy full SHA for 19050ae
docker/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ubuntu:devel
+FROM --platform=linux/amd64 ubuntu:devel
2
LABEL maintainer="Mark Nottingham <[email protected]>"
3
4
docker/Makefile
@@ -4,7 +4,7 @@ PKGNAME=mnot/proxy-cache-tests
5
.PHONY: build
6
build:
7
- docker build --platform linux/amd64 --pull -t $(PKGNAME) .
+ docker build --pull -t $(PKGNAME) .
8
9
.PHONY: upload
10
upload:
0 commit comments