fix(ci): upx compress runs on unsupported platforms

This commit is contained in:
nullcat
2026-05-25 01:12:17 +08:00
parent fb6965cd94
commit ad335bba71
+1 -1
View File
@@ -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: |