Skip to content

Commit

Permalink
[AArch64] Pass args.instance_type to start_instance
Browse files Browse the repository at this point in the history
  • Loading branch information
malfet committed Mar 24, 2023
1 parent 85075c1 commit a007fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aarch64_linux/build_aarch64_wheel.py
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ def parse_arguments():
check `~/.ssh/` folder or manually set SSH_KEY_PATH environment variable.""")

# Starting the instance
inst = start_instance(key_name, ami=ami)
inst = start_instance(key_name, ami=ami, instance_type=args.instance_type)
instance_name = f'{args.key_name}-{args.os}'
if args.python_version is not None:
instance_name += f'-py{args.python_version}'
Expand Down

0 comments on commit a007fbc

Please sign in to comment.