Skip to content

Commit

Permalink
Onboarding: Set Centos7 as not default vm (#3103)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertomonteromiguel authored Sep 23, 2024
1 parent 7c5a9fe commit e655e98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/_context/virtual_machines.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ def __init__(self, **kwargs) -> None:
os_distro="rpm",
os_branch="centos_7_amd64",
os_cpu="amd64",
default_vm=False,
**kwargs,
)

Expand Down

0 comments on commit e655e98

Please sign in to comment.