enable compilation on Linux arm/386 (#9077)

This commit is contained in:
Harshavardhana
2020-03-03 22:27:47 +03:00
committed by GitHub
parent c93157019f
commit 8fbf2b0b2a
3 changed files with 17 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ function _init() {
export CGO_ENABLED=0
## List of architectures and OS to test coss compilation.
SUPPORTED_OSARCH="linux/ppc64le linux/arm64 linux/s390x darwin/amd64 freebsd/amd64"
SUPPORTED_OSARCH="linux/ppc64le linux/arm64 linux/s390x darwin/amd64 freebsd/amd64 windows/amd64 linux/arm linux/386"
}
function _build() {