Skip to content

Commit

Permalink
[release action] use latest go binary, don't build for arm64-linux
Browse files Browse the repository at this point in the history
  • Loading branch information
notandy committed Sep 19, 2023
1 parent 549879c commit 229a789
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,16 @@ jobs:
exclude:
- goarch: arm64
goos: windows
- goarch: arm64
goos: linux
steps:
- uses: actions/checkout@v4
- run: go mod edit -json | jq -r .Go | echo "GO_VERSION_FROM_PROJECT=$(cut -d' ' -f2)" >>${GITHUB_ENV}
- uses: wangyoucao577/go-release-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: ${{ env.GO_VERSION_FROM_PROJECT }}"
goversion: latest
binary_name: archerctl
project_path: "./cmd/archerctl"
extra_files: LICENSE README.md

0 comments on commit 229a789

Please sign in to comment.