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 ca406da commit 1a733eaCopy full SHA for 1a733ea
Dockerfile
@@ -7,5 +7,5 @@ ARG PUPPET_VERSION
7
ENV PUPPET_VERSION=${PUPPET_VERSION:-7.14.0}
8
9
10
-RUN echo $PUPPET_VERSION
11
-RUN echo $PUPPET_RELEASE
+RUN echo $TARGETARCH
+RUN echo $BUILDARCH
0 commit comments