1
0
mirror of https://github.com/kha7iq/pingme.git synced 2025-05-15 14:20:18 -07:00

fix: disabel arm64 for windows

This commit is contained in:
kha7iq 2022-07-18 12:54:51 +08:00
parent ba9185e93a
commit 1fed68e69c

View File

@ -12,10 +12,15 @@ builds:
- darwin
- windows
goarch:
- 386
- "386"
- amd64
- arm
- arm64
goarm:
- "7"
ignore:
- goos: windows
goarch: arm64
mod_timestamp: '{{ .CommitTimestamp }}'
flags:
- -trimpath