mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
Merge pull request #315 from anthonyfok/linux-s390x
Allow linux s390x builds
This commit is contained in:
commit
d67fe65e6a
@ -85,6 +85,7 @@ var validTargets = []string{
|
||||
"linuxmipsle",
|
||||
"linuxmips64",
|
||||
"linuxmips64le",
|
||||
"linuxs390x",
|
||||
"netbsd386",
|
||||
"netbsdamd64",
|
||||
"netbsdarm",
|
||||
|
@ -80,6 +80,7 @@ func TestGoosGoarchCombos(t *testing.T) {
|
||||
{"linux", "mips64le", true},
|
||||
{"linux", "ppc64", true},
|
||||
{"linux", "ppc64le", true},
|
||||
{"linux", "s390x", true},
|
||||
{"netbsd", "386", true},
|
||||
{"netbsd", "amd64", true},
|
||||
{"netbsd", "arm", true},
|
||||
|
Loading…
x
Reference in New Issue
Block a user