Skip to content

Commit

Permalink
Merge pull request #270 from james-crowley/alt_arch_support
Browse files Browse the repository at this point in the history
Adding in support for s390x and ppc64le
  • Loading branch information
dnephin committed Aug 10, 2022
2 parents 9fea242 + 85a7f9e commit f863151
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .project/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit f863151

Please sign in to comment.