diff --git a/.goreleaser.macos-latest.yml b/.goreleaser.macos-latest.yml index de65cbc4a..7eb698be5 100644 --- a/.goreleaser.macos-latest.yml +++ b/.goreleaser.macos-latest.yml @@ -15,6 +15,8 @@ builds: - amd64 - arm64 - arm + env: + - CGO_ENABLED=1 archives: - format: tar.gz wrap_in_directory: false diff --git a/.goreleaser.ubuntu-latest.yml b/.goreleaser.ubuntu-latest.yml index 5db45000c..a196033ff 100644 --- a/.goreleaser.ubuntu-latest.yml +++ b/.goreleaser.ubuntu-latest.yml @@ -22,6 +22,9 @@ builds: goamd64: v1 env: - CGO_ENABLED=0 + - goos: windows + env: + - CGO_ENABLED=0 archives: - format: tar.gz wrap_in_directory: false