Skip to content

Commit

Permalink
Add android build (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio authored Oct 17, 2023
1 parent a25bd68 commit 776d639
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ jobs:
- goos: linux
goarch: s390x
asset_arch: s390x
- 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 776d639

Please sign in to comment.