Skip to content

Commit

Permalink
Fix missing docker args
Browse files Browse the repository at this point in the history
  • Loading branch information
cguertin14 committed Mar 8, 2022
1 parent 9444579 commit 1206b29
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ LABEL maintainer="Charles Guertin <[email protected]>"
ARG TARGETOS
ARG TARGETARCH
ARG TARGETVARIANT=""
ARG BUILD_DATE
ARG VERSION
ARG GIT_COMMIT

ENV CGO_ENABLED=0 \
GOOS=${TARGETOS} \
Expand Down

0 comments on commit 1206b29

Please sign in to comment.