mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-28 04:03:27 -04:00
Remove darwin/386 from the build
There isn't a supported configuration that runs darwin/386, so remove it from the build.
This commit is contained in:
parent
06b95b3c00
commit
f85232a239
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ GIT_DIRTY=$(test -n "`git status --porcelain`" && echo "+CHANGES" || true)
|
|||
# Determine the arch/os combos we're building for
|
||||
XC_ARCH=${XC_ARCH:-"386 amd64 arm"}
|
||||
XC_OS=${XC_OS:-linux darwin windows freebsd openbsd solaris}
|
||||
XC_EXCLUDE_OSARCH="!darwin/arm"
|
||||
XC_EXCLUDE_OSARCH="!darwin/arm !darwin/386"
|
||||
|
||||
# Delete the old dir
|
||||
echo "==> Removing old directory..."
|
||||
|
|
|
|||
Loading…
Reference in a new issue