Skip to content

Commit

Permalink
Merge pull request #20 from hawkv6/remove-darwin-build
Browse files Browse the repository at this point in the history
adjust action to only linux
  • Loading branch information
severindellsperger authored Jan 21, 2024
2 parents ba392c5 + 56bdce4 commit 00994c1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# build and publish in parallel: linux/amd64
goos: [linux, darwin]
goarch: [amd64, arm64]
goos: [linux]
goarch: [amd64]
steps:
- uses: actions/checkout@v4
- uses: wangyoucao577/go-release-action@v1.42
Expand Down

0 comments on commit 00994c1

Please sign in to comment.