This gist is outdated. Instead, see the repo at https://github.com/rgl/rke2-vagrant.
Does not yet has support for Windows 2022.In the meantime, rke2 added support for Windows 2022.- See https://github.com/rgl/rke2-vagrant
def main(name="Qinling", **kwargs): | |
msg = "Hello {} \o/".format(name) | |
return msg |
def main(name="Qinling", region="Canada", **kwargs): | |
msg = "Hello {} from {} \o/".format(name, region) | |
return msg |
go build helloworld.go | |
GOOS=windows GOARCH=amd64 go build helloworld.go |
This gist is outdated. Instead, see the repo at https://github.com/rgl/rke2-vagrant.