Skip to content

Commit

Permalink
[patch] 🔥 disable upx
Browse files Browse the repository at this point in the history
Signed-off-by: Rintaro Okamura <[email protected]>
  • Loading branch information
rinx committed Jul 4, 2020
1 parent 021bbc5 commit b38c099
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Build native image
run: |
make gitwerk
upx --lzma --best gitwerk
# upx --lzma --best gitwerk
zip --junk-paths gitwerk-linux-amd64 gitwerk
- name: Upload artifact
uses: actions/upload-artifact@v1
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Build native image
run: |
make gitwerk-static
upx --lzma --best gitwerk
# upx --lzma --best gitwerk
zip --junk-paths gitwerk-linux-static-amd64 gitwerk
- name: Upload artifact
uses: actions/upload-artifact@v1
Expand Down

0 comments on commit b38c099

Please sign in to comment.