Add windows/amd64 to pack scripts

This commit is contained in:
Daniel
2019-05-22 16:01:19 +02:00
parent 79c62036f3
commit 67578f9e4d
2 changed files with 4 additions and 0 deletions

View File

@@ -57,10 +57,12 @@ function build {
function check_all {
GOOS=linux GOARCH=amd64 check
GOOS=windows GOARCH=amd64 check
}
function build_all {
GOOS=linux GOARCH=amd64 build
GOOS=windows GOARCH=amd64 build
}
case $1 in