Add Windows as a supported OS

Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
Gabriel Adrian Samfira 2023-03-19 19:29:01 +02:00
parent c72fb20481
commit a56ab9609a
No known key found for this signature in database
GPG key ID: 7D073DCC2C074CB5

View file

@ -27,7 +27,8 @@ const (
var (
// Linux only for now. Will add Windows soon. (famous last words?)
supportedOSType map[params.OSType]struct{} = map[params.OSType]struct{}{
params.Linux: {},
params.Linux: {},
params.Windows: {},
}
// These are the architectures that Github supports.