Skip to content

Commit

Permalink
Add arm7 linux
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio committed Oct 17, 2023
1 parent 22699f8 commit a25bd68
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
asset_arch: x86_64
- goarch: arm64
asset_arch: arm64
- goos: linux
goarch: arm
asset_arch: arm7
goarm: 7
- goos: linux
goarch: ppc64le
asset_arch: ppc64le
Expand All @@ -58,6 +62,7 @@ jobs:
env:
GOOS: ${{ matrix.goos }}
GOARCH: ${{ matrix.goarch }}
GOARM: ${{ matrix.goarm }}
- name: Upload artifact
if: matrix.goos != 'windows'
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit a25bd68

Please sign in to comment.