Update main.yaml

This commit is contained in:
spiritlhl 2024-05-01 22:21:56 +08:00 committed by GitHub
parent 7b0f0501de
commit ca5b639886
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -78,6 +78,11 @@ jobs:
- goarch: 386 - goarch: 386
goos: darwin goos: darwin
include: include:
- goos: windows
goarch: arm64
- goos: windows
goarch: arm
goarm: 7
- goos: darwin - goos: darwin
goarch: arm64 goarch: arm64
- goos: linux - goos: linux
@ -89,11 +94,6 @@ jobs:
- goos: linux - goos: linux
goarch: arm goarch: arm
goarm: 5 goarm: 5
- goos: windows
goarch: arm64
- goos: windows
goarch: arm
goarm: 7
- goos: linux - goos: linux
goarch: arm64 goarch: arm64
- goos: linux - goos: linux