Skip to content

Commit

Permalink
fix: goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
kvendingoldo committed Jun 16, 2024
1 parent f246006 commit 6b550f2
Showing 1 changed file with 18 additions and 53 deletions.
71 changes: 18 additions & 53 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ builds:
binary: tenv
env:
- CGO_ENABLED=0

ldflags:
- -s -w -X main.version={{.Tag}}
goos:
Expand All @@ -28,13 +27,14 @@ builds:
- freebsd
- openbsd
- solaris

goarch:
- "386"
- amd64
- arm
- arm64

- ppc64
goarm:
- "7"
ignore:
- goos: darwin
goarch: "386"
Expand All @@ -52,21 +52,14 @@ builds:
main: ./cmd/tofu
env:
- CGO_ENABLED=0

goos:
- linux
- windows
- darwin
- freebsd
- openbsd
- solaris

goarch:
- "386"
- amd64
- arm
- arm64

- ppc64
goarm:
- "7"
ignore:
- goos: darwin
goarch: "386"
Expand All @@ -84,21 +77,14 @@ builds:
main: ./cmd/terraform
env:
- CGO_ENABLED=0

goos:
- linux
- windows
- darwin
- freebsd
- openbsd
- solaris

goarch:
- "386"
- amd64
- arm
- arm64

- ppc64
goarm:
- "7"
ignore:
- goos: darwin
goarch: "386"
Expand All @@ -116,21 +102,14 @@ builds:
main: ./cmd/terragrunt
env:
- CGO_ENABLED=0

goos:
- linux
- windows
- darwin
- freebsd
- openbsd
- solaris

goarch:
- "386"
- amd64
- arm
- arm64

- ppc64
goarm:
- "7"
ignore:
- goos: darwin
goarch: "386"
Expand All @@ -148,21 +127,14 @@ builds:
main: ./cmd/tf
env:
- CGO_ENABLED=0

goos:
- linux
- windows
- darwin
- freebsd
- openbsd
- solaris

goarch:
- "386"
- amd64
- arm
- arm64

- ppc64
goarm:
- "7"
ignore:
- goos: darwin
goarch: "386"
Expand All @@ -180,21 +152,14 @@ builds:
main: ./cmd/atmos
env:
- CGO_ENABLED=0

goos:
- linux
- windows
- darwin
- freebsd
- openbsd
- solaris

goarch:
- "386"
- amd64
- arm
- arm64

- ppc64
goarm:
- "7"
ignore:
- goos: darwin
goarch: "386"
Expand Down

0 comments on commit 6b550f2

Please sign in to comment.