Skip to content

Commit

Permalink
Remove Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
evanebb committed Mar 30, 2024
1 parent 7d42410 commit 9dc216a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
goos: [linux, windows, darwin]
goos: [linux, darwin]
goarch: [amd64, arm64]
exclude:
- goarch: arm64
goos: windows
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 9dc216a

Please sign in to comment.