x86_64 to amd64 to match Vagrant arch names
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ source ./test.xsh
|
||||
|
||||
|
||||
parser = argparse.ArgumentParser("Build all")
|
||||
parser.add_argument("--provider", choices=get_providers(), default="qemu.x86_64")
|
||||
parser.add_argument("--provider", choices=get_providers(), default="qemu.amd64")
|
||||
args = parser.parse_args()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user