Skip to content

Commit

Permalink
adding the cross-platform target to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyd450 committed Dec 11, 2023
1 parent 7b44832 commit d9e7f06
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile.cli
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ RUN git stash && \
git stash pop && \
go mod vendor && \
make Makefile.swagger && \
make -f Build.mak rekor-cli-darwin-amd64 && \
make -f Build.mak rekor-cli-linux-amd64 && \
make -f Build.mak rekor-cli-windows && \
make -f Build.mak cross-platform && \
gzip rekor_cli_darwin_amd64 && \
gzip rekor_cli_linux_amd64 && \
gzip rekor_cli_windows_amd64.exe
Expand Down

0 comments on commit d9e7f06

Please sign in to comment.