Skip to content

Commit

Permalink
add args for params
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaffen committed Oct 17, 2023
1 parent 1a733ea commit 565b073
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ ENV PUPPET_RELEASE=${PUPPET_RELEASE:-7}
ARG PUPPET_VERSION
ENV PUPPET_VERSION=${PUPPET_VERSION:-7.14.0}

ARG TARGETARCH
ARG BUILDARCH

RUN echo $TARGETARCH
RUN echo $BUILDARCH

0 comments on commit 565b073

Please sign in to comment.