8000
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.
2 parents 214bd57 + 5f34df7 commit 58b12e7Copy full SHA for 58b12e7
Dockerfile
@@ -1,4 +1,8 @@
1
-FROM --platform=${BUILDPLATFORM} golang:1.20
+FROM golang:1.20
2
+
3
+ARG TARGETPLATFORM
4
+ARG BUILDPLATFORM
5
+RUN echo "I am running on $BUILDPLATFORM, building for $TARGETPLATFORM"
6
7
LABEL org.opencontainers.image.source https://github.com/cloudflare/cfssl
8
LABEL org.opencontainers.image.description "Cloudflare's PKI toolkit"
0 commit comments