Update pack script to fix info msgs
This commit is contained in:
parent
8597884c78
commit
f88ef7d2c3
1 changed files with 4 additions and 0 deletions
4
pack
4
pack
|
@ -79,6 +79,10 @@ function build_all {
|
||||||
}
|
}
|
||||||
|
|
||||||
function build_os {
|
function build_os {
|
||||||
|
# build only for current OS
|
||||||
|
# set for script
|
||||||
|
GOOS=$(go env GOOS)
|
||||||
|
# architectures
|
||||||
GOARCH=amd64 build
|
GOARCH=amd64 build
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue