Adding darwin/386 as part of unsupported GOOS/GOARCH pair.

This commit is contained in:
karthik P 2025-02-20 14:20:00 +05:30 committed by Lucas Bajolet
parent 62befd70bf
commit f574090609

View file

@ -7,7 +7,7 @@
# Determine the arch/os combos we're building for
ALL_XC_ARCH="386 amd64 arm arm64 ppc64le mips mips64 mipsle mipsle64 s390x"
ALL_XC_OS="linux darwin windows freebsd openbsd solaris"
SKIPPED_OSARCH="!darwin/arm !freebsd/arm !freebsd/arm64"
SKIPPED_OSARCH="!darwin/arm !freebsd/arm !freebsd/arm64 !darwin/386"
# Exit immediately if a command fails
set -e