Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
vaggeliskls committed Jan 16, 2024
1 parent 6345207 commit 72fd902
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ ENV PATH="/usr/local/go/bin:${PATH}"

WORKDIR skopeo
COPY . .
CMD /bin/bash -c make bin/skopeo.linux.amd64 && \
CMD /bin/bash -c \
DISABLE_CGO=1 make bin/skopeo.linux.amd64 && \
make bin/skopeo.linux.arm64 && \
make bin/skopeo.darwin.amd64

Expand Down

0 comments on commit 72fd902

Please sign in to comment.