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

@ -2,7 +2,6 @@
"android-arm64": { "friendlyName": "android-arm64-v8a" }, "android-arm64": { "friendlyName": "android-arm64-v8a" },
"darwin-amd64": { "friendlyName": "macos-64" }, "darwin-amd64": { "friendlyName": "macos-64" },
"darwin-arm64": { "friendlyName": "macos-arm64-v8a" }, "darwin-arm64": { "friendlyName": "macos-arm64-v8a" },
"dragonfly-amd64": { "friendlyName": "dragonfly-64" },
"freebsd-386": { "friendlyName": "freebsd-32" }, "freebsd-386": { "friendlyName": "freebsd-32" },
"freebsd-amd64": { "friendlyName": "freebsd-64" }, "freebsd-amd64": { "friendlyName": "freebsd-64" },
"freebsd-arm64": { "friendlyName": "freebsd-arm64-v8a" }, "freebsd-arm64": { "friendlyName": "freebsd-arm64-v8a" },

View File

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

View File

@ -1,5 +1,5 @@
//go:build js || dragonfly || netbsd || openbsd || solaris //go:build js || netbsd || openbsd || solaris
// +build js dragonfly netbsd openbsd solaris // +build js netbsd openbsd solaris
package internet package internet