Skip to content

Commit

Permalink
Revert "Extend build for all platforms (#13)"
Browse files Browse the repository at this point in the history
This reverts commit 1fd9818.
  • Loading branch information
teran committed Jul 7, 2024
1 parent 634108f commit ab9eead
Showing 1 changed file with 2 additions and 40 deletions.
42 changes: 2 additions & 40 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,31 +9,12 @@ builds:
env:
- CGO_ENABLED=0
goos:
- darwin
- dragonfly
- freebsd
- linux
- netbsd
- openbsd
- solaris
- windows
goarch:
# x86
- amd64
- "386"

# ARM
- arm64
- arm

# MIPS
- mips64
- mips64le
- mips
- mipsle
goamd64: ["v1", "v2", "v3"]
goarm: ["6", "7"]
gomips: ["hardfloat", "softfloat"]
goarm: ["7"]
mod_timestamp: "{{ .CommitTimestamp }}"
- id: archived-cli
main: ./cmd/cli
Expand Down Expand Up @@ -77,31 +58,12 @@ builds:
env:
- CGO_ENABLED=0
goos:
- darwin
- dragonfly
- freebsd
- linux
- netbsd
- openbsd
- solaris
- windows
goarch:
# x86
- amd64
- "386"

# ARM
- arm64
- arm

# MIPS
- mips64
- mips64le
- mips
- mipsle
goamd64: ["v1", "v2", "v3"]
goarm: ["6", "7"]
gomips: ["hardfloat", "softfloat"]
goarm: ["7"]
mod_timestamp: "{{ .CommitTimestamp }}"
archives:
- format: binary
Expand Down

0 comments on commit ab9eead

Please sign in to comment.