mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-04 12:01:23 +02:00
Set the OSARCH for dev builds
This commit is contained in:
parent
ef5b37f46c
commit
b45aa72f71
@ -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…
x
Reference in New Issue
Block a user