Skip to content

Commit

Permalink
improve terragrunt support #36 (.goreleaser.yml)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvaumoron committed Jan 29, 2024
1 parent 4fa6c52 commit 75f9c9b
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ before:
- go get -u ./cmd/tenv
- go get -u ./cmd/tofu
- go get -u ./cmd/terraform
- go get -u ./cmd/terragrunt
- go mod tidy

builds:
Expand Down Expand Up @@ -107,6 +108,38 @@ builds:
- goos: solaris
goarch: arm64

- id: terragrunt
binary: terragrunt
main: ./cmd/terragrunt
env:
- CGO_ENABLED=0

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

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

ignore:
- goos: darwin
goarch: 386
- goos: darwin
goarch: arm
- goos: solaris
goarch: 386
- goos: solaris
goarch: arm
- goos: solaris
goarch: arm64

archives:
- format: tar.gz
# this name template makes the OS and Arch compatible with the results of `uname`.
Expand Down

0 comments on commit 75f9c9b

Please sign in to comment.