Remove dragonfly compile. (#567)

Fix Actions
This commit is contained in:
wyx2685 2024-01-03 10:21:46 +08:00 committed by GitHub
parent 5e134967fd
commit 515fc708dc
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, openbsd, linux, dragonfly, darwin ]
goos: [ windows, freebsd, openbsd, linux, darwin ]
goarch: [ amd64, 386 ]
exclude:
# Exclude i386 on darwin and dragonfly.
- goarch: 386
goos: dragonfly
# Exclude i386 on darwin.
- goarch: 386
goos: darwin
- goarch: 386