Skip to content

Commit

Permalink
Remove dragonfly compile. (XrayR-project#567)
Browse files Browse the repository at this point in the history
Fix Actions
  • Loading branch information
wyx2685 authored Jan 3, 2024
1 parent 5e13496 commit 515fc70
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, 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
Expand Down

0 comments on commit 515fc70

Please sign in to comment.