ci: Is anyone really using Windows ARM?

This commit is contained in:
krau
2025-03-01 14:01:10 +08:00
parent 7e67bdb7e2
commit 7d899ae088

View File

@@ -38,6 +38,9 @@ jobs:
matrix:
goos: [linux, darwin, windows]
goarch: [amd64, arm64]
exclude:
- goos: windows
goarch: arm64
steps:
- name: Checkout
uses: actions/checkout@v4
@@ -55,7 +58,7 @@ jobs:
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
github_token: ${{ secrets.GITHUB_TOKEN }}
executable_compression: ${{ matrix.goos == 'windows' && matrix.goarch == 'arm64' && '' || 'upx' }}
executable_compression: upx
extra_files: |
LICENSE
README.md