Skip to content

Commit

Permalink
Remove dragonfly build
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhan6665 committed Nov 12, 2023
1 parent 5ae3791 commit cc4b28b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/build/friendly-filenames.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"android-arm64": { "friendlyName": "android-arm64-v8a" },
"darwin-amd64": { "friendlyName": "macos-64" },
"darwin-arm64": { "friendlyName": "macos-arm64-v8a" },
"dragonfly-amd64": { "friendlyName": "dragonfly-64" },
"freebsd-386": { "friendlyName": "freebsd-32" },
"freebsd-amd64": { "friendlyName": "freebsd-64" },
"freebsd-arm64": { "friendlyName": "freebsd-arm64-v8a" },
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions transport/internet/sockopt_other.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build js || dragonfly || netbsd || openbsd || solaris
// +build js dragonfly netbsd openbsd solaris
//go:build js || netbsd || openbsd || solaris
// +build js netbsd openbsd solaris

package internet

Expand Down

0 comments on commit cc4b28b

Please sign in to comment.