Skip to content

Commit

Permalink
build android release for termux
Browse files Browse the repository at this point in the history
  • Loading branch information
lonnywong committed Jul 5, 2024
1 parent 08785dd commit 0628a03
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 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
- id: tsz
main: ./cmd/tsz
binary: tsz
Expand All @@ -35,6 +42,7 @@ builds:
- linux
- windows
- darwin
- android
goarch:
- "386"
- amd64
Expand All @@ -49,6 +57,12 @@ builds:
goarch: arm
- goos: darwin
goarch: arm
- goos: android
goarch: arm
- goos: android
goarch: "386"
- goos: android
goarch: amd64
- id: trzsz
main: ./cmd/trzsz
binary: trzsz
Expand All @@ -58,6 +72,7 @@ builds:
- linux
- windows
- darwin
- android
goarch:
- "386"
- amd64
Expand All @@ -72,6 +87,12 @@ builds:
goarch: arm
- goos: darwin
goarch: arm
- goos: android
goarch: arm
- goos: android
goarch: "386"
- goos: android
goarch: amd64
archives:
- id: trzsz
name_template: >-
Expand Down

0 comments on commit 0628a03

Please sign in to comment.