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 5617716 commit 890fa0dCopy full SHA for 890fa0d
Dockerfile
@@ -1,6 +1,6 @@
1
FROM php:8.0-apache-bullseye
2
3
-# So we can use it anywhere for conditional stuff. Keeping BC with old (non-buildkit, builders)
+# So we can use it anywhere for conditional stuff. Keeping BC with old (non-buildkit, builders).
4
ARG TARGETPLATFORM
5
ENV TARGETPLATFORM=${TARGETPLATFORM:-linux/amd64}
6
RUN echo "Building for ${TARGETPLATFORM}"
0 commit comments