Skip to content

Commit

Permalink
Merge pull request #47 from AbhiTheModder/fix-android
Browse files Browse the repository at this point in the history
Do not build for armv7
  • Loading branch information
wargio authored Oct 18, 2023
2 parents 87f3a8d + d7e5dca commit 8d9a969
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
needs: create_release
strategy:
matrix:
goos: [windows, darwin, freebsd, openbsd, netbsd, linux]
goos: [windows, darwin, freebsd, openbsd, netbsd, linux, android]
goarch: [amd64, arm64]
include:
- goarch: amd64
Expand All @@ -51,10 +51,6 @@ jobs:
- goos: android
goarch: arm64
asset_arch: arm64
- goos: android
goarch: arm
asset_arch: arm7
goarm: 7

steps:
- name: Set up Go 1.19
Expand Down

0 comments on commit 8d9a969

Please sign in to comment.