Update release.yml

No more dragonfly
This commit is contained in:
wyx2685 2023-11-18 06:14:50 +08:00 committed by GitHub
parent 73c35cf9c5
commit 51a66bff4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,12 +26,10 @@ jobs:
strategy:
matrix:
# Include amd64 on all platforms.
goos: [windows, freebsd, linux, dragonfly, darwin]
goos: [windows, freebsd, linux, darwin]
goarch: [amd64, 386]
exclude:
# Exclude i386 on darwin and dragonfly.
- goarch: 386
goos: dragonfly
# Exclude i386 on darwin.
- goarch: 386
goos: darwin
include: