We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bff4e4 commit 843294aCopy full SHA for 843294a
1 file changed
Dockerfile
@@ -1,4 +1,5 @@
1
-FROM --platform=linux/amd64 quay.io/microcks/microcks-uber:latest
+ARG BUILD_PLATFORM=linux/amd64
2
+FROM --platform=${BUILD_PLATFORM} quay.io/microcks/microcks-uber:latest
3
4
LABEL deploy.timestamp="20260403-v6"
5
0 commit comments