diff options
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/targets/targets.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/targets/targets.go b/sys/targets/targets.go index f5092b8c1..d444f55aa 100644 --- a/sys/targets/targets.go +++ b/sys/targets/targets.go @@ -135,6 +135,10 @@ const ( Trusty = "trusty" Windows = "windows" + // These are VM types, but we put them here to prevent string duplication. + GVisor = "gvisor" + Starnix = "starnix" + AMD64 = "amd64" ARM64 = "arm64" ARM = "arm" |
