Remove --brute; hella slow and not much of a difference in the end

This commit is contained in:
Dane Everitt 2020-12-06 15:57:03 -08:00 committed by GitHub
parent 04d714f19c
commit 7871c0928f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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