Skip to content

Commit

Permalink
Merge pull request #7 from abays/build_image_fix
Browse files Browse the repository at this point in the history
Remove unused build ARGs
  • Loading branch information
dmendiza committed May 18, 2023
2 parents 0de25ff + fe676fc commit 10f57c2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ WORKDIR $REMOTE_SOURCE_DIR/$REMOTE_SOURCE_SUBDIR

RUN mkdir -p ${DEST_ROOT}/usr/local/bin/

ARG TARGETOS
ARG TARGETARCH

# cache deps before building and copying source so that we don't need to re-download as much
# and so that source changes don't invalidate our downloaded layer
RUN if [ ! -f $CACHITO_ENV_FILE ]; then go mod download ; fi
Expand Down

0 comments on commit 10f57c2

Please sign in to comment.