Skip to content

Commit

Permalink
build arm64 instead of arm7
Browse files Browse the repository at this point in the history
  • Loading branch information
bcambl committed Jan 18, 2021
1 parent 5165d9f commit 3612062
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOARCH: amd64
GOOS: linux
release-linux-arm7:
name: release linux/arm7
release-linux-arm64:
name: release linux/arm64
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: compile and release
uses: bcambl/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOARCH: arm
GOARCH: arm64
GOOS: linux
GOARM: "7"

0 comments on commit 3612062

Please sign in to comment.