fix(ci): upx compress runs on unsupported platforms
This commit is contained in:
@@ -37,7 +37,7 @@ jobs:
|
||||
go build -v -o "release/${BINARY_NAME}" .
|
||||
|
||||
- name: Compress with UPX
|
||||
if: matrix.goos != 'darwin'
|
||||
if: matrix.goos != 'darwin' && !(matrix.goos == 'windows' && matrix.goarch == 'arm64')
|
||||
uses: crazy-max/ghaction-upx@v4.0.0
|
||||
with:
|
||||
files: |
|
||||
|
||||
Reference in New Issue
Block a user