Remove --brute; hella slow and not much of a difference in the end
This commit is contained in:
parent
04d714f19c
commit
7871c0928f
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
||||||
|
|
||||||
- name: Compress binary and make it executable
|
- name: Compress binary and make it executable
|
||||||
run: |
|
run: |
|
||||||
upx --brute build/wings_linux_amd64 && chmod +x build/wings_linux_amd64
|
upx build/wings_linux_amd64 && chmod +x build/wings_linux_amd64
|
||||||
upx build/wings_linux_arm64 && chmod +x build/wings_linux_arm64
|
upx build/wings_linux_arm64 && chmod +x build/wings_linux_arm64
|
||||||
upx build/wings_linux_arm && chmod +x build/wings_linux_arm
|
upx build/wings_linux_arm && chmod +x build/wings_linux_arm
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user