Skip to content

Commit

Permalink
Fix dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
car-roll committed May 9, 2021
1 parent ef79fc3 commit 9194a82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dockerfile.linux
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ FROM scratch AS export-stage
ARG BASE_DIR
ARG NAME
ARG VERSION
COPY --from=builder $BASE_DIR/cmd/bash/${NAME}_${VERSION}_* .
COPY --from=builder $BASE_DIR/cmd/bash/${NAME}_${VERSION}_* /
1 change: 1 addition & 0 deletions src/Dockerfile.windows
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ARG NAME
ARG VERSION
ADD cmd $BASE_DIR/cmd
ADD pkg $BASE_DIR/pkg
ENV GODEBUG=modcacheunzipinplace=1
WORKDIR $BASE_DIR/pkg/common
RUN go mod tidy
RUN go test -v
Expand Down

0 comments on commit 9194a82

Please sign in to comment.