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 5f44edb commit 25df6fdCopy full SHA for 25df6fd
Dockerfile-mp
@@ -1,4 +1,7 @@
1
## Multiplatform dockerfile
2
3
FROM debian:12-slim
4
-RUN echo "TARGETARCH=${TARGETARCH}" > /INFO.txt
+ARG TARGETARCH \
5
+ BUILDARCH
6
+
7
+RUN echo "TARGETARCH=${TARGETARCH} BUILDARCH=${BUILDARCH} ." > /INFO.txt
0 commit comments