Skip to content

Commit

Permalink
darwin i386 no longer supported
Browse files Browse the repository at this point in the history
  • Loading branch information
nodauf authored May 21, 2021
1 parent e1d3907 commit 668e07f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
goos: [linux, darwin]
goos: [linux]
goarch: [386, amd64]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 668e07f

Please sign in to comment.