Skip to content

Commit

Permalink
fix release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tmokmss committed Feb 15, 2024
1 parent 2779720 commit 0e6ad23
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
Expand Up @@ -18,5 +18,16 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: linux
goarch: [amd64, arm64]
goarch: amd64
pre_command: apt update -y && apt install -y zlib1g-dev
release-linux-arm64:
name: release linux/arm64
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: wangyoucao577/go-release-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: linux
goarch: arm64
pre_command: apt update -y && apt install -y zlib1g-dev

0 comments on commit 0e6ad23

Please sign in to comment.