Update pack script to fix info msgs

This commit is contained in:
Daniel 2020-01-29 11:45:34 +01:00
parent 8597884c78
commit f88ef7d2c3

4
pack
View file

@ -79,6 +79,10 @@ function build_all {
}
function build_os {
# build only for current OS
# set for script
GOOS=$(go env GOOS)
# architectures
GOARCH=amd64 build
}