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
This gist is outdated. Instead, see the repo at https://github.com/rgl/rke2-vagrant.
| #!/usr/bin/env python | |
| import json | |
| data = { | |
| "openstack": { | |
| "children": [ | |
| "controller" | |
| ], | |
| "vars": { |
| go build helloworld.go | |
| GOOS=windows GOARCH=amd64 go build helloworld.go |