Skip to content

Commit

Permalink
build android release for termux #121
Browse files Browse the repository at this point in the history
  • Loading branch information
lonnywong committed Jun 30, 2024
1 parent 0cf50dd commit d848284
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ builds:
- linux
- windows
- darwin
- android
goarch:
- "386"
- amd64
Expand All @@ -26,6 +27,12 @@ builds:
goarch: arm
- goos: darwin
goarch: arm
- goos: android
goarch: arm
- goos: android
goarch: "386"
- goos: android
goarch: amd64
archives:
- id: tssh
name_template: >-
Expand Down

0 comments on commit d848284

Please sign in to comment.