Skip to content

Commit b38c099

Browse files
committed
[patch] 🔥 disable upx
Signed-off-by: Rintaro Okamura <[email protected]>
1 parent 021bbc5 commit b38c099

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Build native image
4141
run: |
4242
make gitwerk
43-
upx --lzma --best gitwerk
43+
# upx --lzma --best gitwerk
4444
zip --junk-paths gitwerk-linux-amd64 gitwerk
4545
- name: Upload artifact
4646
uses: actions/upload-artifact@v1
@@ -71,7 +71,7 @@ jobs:
7171
- name: Build native image
7272
run: |
7373
make gitwerk-static
74-
upx --lzma --best gitwerk
74+
# upx --lzma --best gitwerk
7575
zip --junk-paths gitwerk-linux-static-amd64 gitwerk
7676
- name: Upload artifact
7777
uses: actions/upload-artifact@v1

0 commit comments

Comments
 (0)