diff --git a/.project/goreleaser.yml b/.project/goreleaser.yml index 3c3d8131..4eea173b 100644 --- a/.project/goreleaser.yml +++ b/.project/goreleaser.yml @@ -16,8 +16,19 @@ builds: - amd64 - arm64 - arm + - s390x + - ppc64le env: [CGO_ENABLED=0] - ldflags: ["-s -w -X gotest.tools/gotestsum/cmd.version={{.Version}}"] + ldflags: ["-s -w -X gotest.tools/gotestsum/cmd.version={{.Version}}"] + ignore: + - goos: darwin + goarch: s390x + - goos: darwin + goarch: ppc64le + - goos: windows + goarch: s390x + - goos: windows + goarch: ppc64le checksum: name_template: '{{ .ProjectName }}-{{ .Version }}-checksums.txt'