Skip to content

Commit

Permalink
Minor tweaks to makefile and Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyd450 committed Nov 23, 2023
1 parent c9707ca commit 070590e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN git config --global --add safe.directory /cosign && \
git stash pop && \
make -f Build.mak cosign-linux-amd64 && \
make -f Build.mak cosign-darwin-amd64 && \
make -f Build.mak cosign-windows && \
make -f Build.mak cosign-windows-amd64 && \
gzip cosign-darwin-amd64 && \
gzip cosign-windows-amd64

Expand Down

0 comments on commit 070590e

Please sign in to comment.