Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
1azunna authored Feb 7, 2022
1 parent 0679462 commit cc0adf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
# build and publish in parallel: linux/386, linux/amd64, linux/arm64, darwin/amd64, darwin/arm64
goos: [linux, darwin]
goarch: ["386", amd64, arm64]
goarch: [amd64, arm64]

steps:
- uses: actions/checkout@v2
Expand All @@ -27,4 +27,4 @@ jobs:
goarch: ${{ matrix.goarch }}
goversion: "https://dl.google.com/go/go1.17.6.linux-amd64.tar.gz"
project_path: "./cmd/zapgo"
binary_name: "zapgo"
binary_name: "zapgo"

0 comments on commit cc0adf6

Please sign in to comment.