Skip to content

Commit

Permalink
feat: add android arm64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
alcpereira authored and dlvhdr committed Nov 9, 2024
1 parent bc8c633 commit 977c431
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ builds:
flags:
- -tags=nodbus
goos:
- android
- freebsd
- linux
- windows
Expand All @@ -36,6 +37,15 @@ builds:
- -X github.com/dlvhdr/gh-dash/cmd.Commit={{.Commit}}
- -X github.com/dlvhdr/gh-dash/cmd.Date={{.CommitDate}}
- -X github.com/dlvhdr/gh-dash/cmd.BuiltBy=goreleaser
# Skipping builds for Android non-ARM64 architectures as they need CGO enabled
# https://goreleaser.com/limitations/cgo/
ignore:
- goos: android
goarch: "386"
- goos: android
goarch: amd64
- goos: android
goarch: arm

archives:
- format: binary
Expand Down

0 comments on commit 977c431

Please sign in to comment.