Remove dragonfly build

This commit is contained in:
yuhan6665 2023-11-12 14:28:36 -05:00
parent 5ae3791a8e
commit cc4b28b159
3 changed files with 4 additions and 7 deletions

View file

@ -70,12 +70,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
include: