Skip to content

Commit

Permalink
update build list
Browse files Browse the repository at this point in the history
  • Loading branch information
thspinto committed May 2, 2021
1 parent 5a50630 commit 8469c05
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Go Release

on:
release:
types: [created]
Expand All @@ -8,11 +10,20 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
goarch: ["armhf", "armv7", "aarch64", "amd64", "i386"]
goos: [linux, windows, darwin]
goarch: ["arm", "arm64", "amd64"]
exclude:
- goarch: "arm"
goos: darwin
- goarch: "arm64"
goos: darwin
- goarch: "arm64"
goos: windows
steps:
- uses: actions/checkout@v2
- uses: wangyoucao577/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
binary_name: "isecnet-go"

0 comments on commit 8469c05

Please sign in to comment.