Skip to content

Commit

Permalink
goreleaser: skip android build for now
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Oct 27, 2024
1 parent 2de1fc2 commit c8b54a9
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,6 @@ builds:
- darwin
main: ./cmd/carapace-shlex
binary: carapace-shlex
- id: android
env:
- CGO_ENABLED=1
goos:
- android
goarch:
- amd64
- arm64
- arm
- "386"
main: ./cmd/carapace-shlex
binary: carapace-shlex
gobinary: go-android
- id: termux
env:
- CGO_ENABLED=1
Expand All @@ -42,7 +29,6 @@ archives:
- id: default
builds:
- default
- android
format_overrides:
- goos: windows
format: zip
Expand Down

0 comments on commit c8b54a9

Please sign in to comment.