aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/instance
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/instance')
-rw-r--r--pkg/instance/instance.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/instance/instance.go b/pkg/instance/instance.go
index cec79459a..2849098ac 100644
--- a/pkg/instance/instance.go
+++ b/pkg/instance/instance.go
@@ -31,7 +31,7 @@ type Env struct {
func NewEnv(cfg *mgrconfig.Config) (*Env, error) {
switch cfg.Type {
- case "gce", "qemu":
+ case "gce", "qemu", "gvisor":
default:
return nil, fmt.Errorf("test instances can only work with qemu/gce")
}