summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2025-06-19 22:57:16 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2025-06-19 22:57:16 +0900
commit575bc0768c379f4b4dbbf7486634e09158a3b73d (patch)
treea349edc52dc47a9fb08222915e17403f2a9da63e
parent89334e881ec0dbd7190cdc415215ed84f45ba219 (diff)
downloadfzf-575bc0768c379f4b4dbbf7486634e09158a3b73d.tar.gz
Update .goreleaser to build android_arm64 binary (#4428)
-rw-r--r--.goreleaser.yml11
1 files changed, 8 insertions, 3 deletions
diff --git a/.goreleaser.yml b/.goreleaser.yml
index b6131591..3eec6a35 100644
--- a/.goreleaser.yml
+++ b/.goreleaser.yml
@@ -14,6 +14,7 @@ builds:
- windows
- freebsd
- openbsd
+ - android
goarch:
- amd64
- arm
@@ -22,9 +23,9 @@ builds:
- ppc64le
- s390x
goarm:
- - 5
- - 6
- - 7
+ - "5"
+ - "6"
+ - "7"
flags:
- -trimpath
ldflags:
@@ -38,6 +39,10 @@ builds:
goarch: arm64
- goos: openbsd
goarch: arm64
+ - goos: android
+ goarch: amd64
+ - goos: android
+ goarch: arm
# .goreleaser.yaml
notarize: