Add GOOS=windows make release support.

Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
Lantao Liu
2019-11-15 10:27:55 -08:00
parent 4cc8bafa20
commit a60143be5b
7 changed files with 104 additions and 16 deletions

View File

@@ -74,7 +74,7 @@ bash -c 'cat >"'"${CNI_CONFIG_DIR}"'"/0-containerd-nat.conf <<EOF
"subnet": "'$subnet'",
"routes": [
{
"gateway": "'$gateway'"
"GW": "'$gateway'"
}
]
},