mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-20 00:13:53 -05:00
Set the OSARCH for dev builds
This commit is contained in:
parent
ef5b37f46c
commit
b45aa72f71
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ mkdir -p bin/
|
|||
if [ "${VAULT_DEV_BUILD}x" != "x" ]; then
|
||||
XC_OS=$(go env GOOS)
|
||||
XC_ARCH=$(go env GOARCH)
|
||||
XC_OSARCH=$(go env GOOS)/$(go env GOARCH)
|
||||
fi
|
||||
|
||||
# Build!
|
||||
|
|
|
|||
Loading…
Reference in a new issue