From 0ea18b98d4c7b12e160230750e94d3a41bb9ee91 Mon Sep 17 00:00:00 2001 From: Nick Thomas Date: Sat, 14 Jul 2018 23:53:18 +0100 Subject: [PATCH] Remove s390x and i386 support --- scripts/build | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build b/scripts/build index b2f110a..425eb0e 100755 --- a/scripts/build +++ b/scripts/build @@ -13,6 +13,7 @@ CGO_ENABLED=0 GOPATH="$(pwd)/gopath" gox \ -verbose \ -output "bin/cadmium.{{.OS}}_{{.Arch}}" \ -os "!netbsd" \ + -arch "!386 !s390x" \ -ldflags "-X \"$cm.gitTag=$1\" -X \"$cm.gitNearestTag=$1\"" \ github.com/mholt/caddy/caddy