Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
No more dragonfly
  • Loading branch information
wyx2685 authored Nov 17, 2023
1 parent 73c35cf commit 51a66bf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 51a66bf

Please sign in to comment.