mirror of
https://github.com/hashicorp/packer.git
synced 2025-12-18 23:16:06 -05:00
Adding darwin/386 as part of unsupported GOOS/GOARCH pair.
This commit is contained in:
parent
62befd70bf
commit
f574090609
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue