Skip to content

Commit

Permalink
Fix go releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
ybizeul committed Aug 9, 2023
1 parent 01c6c51 commit 961f68e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,6 @@ jobs:
release:
name: release
runs-on: ubuntu-latest
strategy:
matrix:
# build and publish in parallel: linux/386, linux/amd64, linux/arm64, windows/386, windows/amd64, darwin/amd64, darwin/arm64
goos: [linux, windows, darwin]
goarch: ["386", amd64, arm64]
exclude:
- goarch: "386"
goos: darwin
- goarch: arm64
goos: windows
steps:
- uses: actions/checkout@v3
- name: Use Node.js 20.x
Expand Down

0 comments on commit 961f68e

Please sign in to comment.