Skip to content

Commit

Permalink
Add darwin to core and control build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaavi committed Jul 22, 2020
1 parent 084c194 commit f9a74b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pack_core
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,13 @@ function build {
function check_all {
GOOS=linux GOARCH=amd64 check
GOOS=windows GOARCH=amd64 check
GOOS=darwin GOARCH=amd64 check
}

function build_all {
GOOS=linux GOARCH=amd64 build
GOOS=windows GOARCH=amd64 build
GOOS=darwin GOARCH=amd64 build
}

case $1 in
Expand Down
2 changes: 2 additions & 0 deletions pmctl/pack
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,13 @@ function build {
function check_all {
GOOS=linux GOARCH=amd64 check
GOOS=windows GOARCH=amd64 check
GOOS=darwin GOARCH=amd64 check
}

function build_all {
GOOS=linux GOARCH=amd64 build
GOOS=windows GOARCH=amd64 build
GOOS=darwin GOARCH=amd64 build
}

case $1 in
Expand Down

0 comments on commit f9a74b7

Please sign in to comment.