Add Windows as a supported OS
Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
parent
c72fb20481
commit
a56ab9609a
1 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue