Skip to content

Commit

Permalink
support docker build for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
a3s7p committed Dec 13, 2021
1 parent 4784d47 commit 3b27003
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/docker/build-bin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ case "$TARGET_OS" in
"") GOOS=""; UNAME="";;
linux) GOOS="linux"; UNAME="Linux";;
darwin) GOOS="darwin"; UNAME="Darwin";;
windows) GOOS="windows"; UNAME="Windows";;
*) fatal "TARGET_OS not supported: $TARGET_OS";;
esac

Expand Down

0 comments on commit 3b27003

Please sign in to comment.