Skip to content

Commit f863151

Browse files
authored
Merge pull request #270 from james-crowley/alt_arch_support
Adding in support for s390x and ppc64le
2 parents 9fea242 + 85a7f9e commit f863151

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.project/goreleaser.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,19 @@ builds:
1616
- amd64
1717
- arm64
1818
- arm
19+
- s390x
20+
- ppc64le
1921
env: [CGO_ENABLED=0]
20-
ldflags: ["-s -w -X gotest.tools/gotestsum/cmd.version={{.Version}}"]
22+
ldflags: ["-s -w -X gotest.tools/gotestsum/cmd.version={{.Version}}"]
23+
ignore:
24+
- goos: darwin
25+
goarch: s390x
26+
- goos: darwin
27+
goarch: ppc64le
28+
- goos: windows
29+
goarch: s390x
30+
- goos: windows
31+
goarch: ppc64le
2132

2233
checksum:
2334
name_template: '{{ .ProjectName }}-{{ .Version }}-checksums.txt'

0 commit comments

Comments
 (0)