mehrdadh commented on a change in pull request #7804:
URL: https://github.com/apache/tvm/pull/7804#discussion_r608346524
##########
File path: apps/microtvm/reference-vm/base-box-tool.py
##########
@@ -358,14 +358,18 @@ def test_command(args):
def release_command(args):
+ vm_name = f"mehrdadh/microtvm-{args.platform}"
+ if args.platform == "zephyr":
+ vm_name = f"{vm_name}-{args.zephyr_version}"
Review comment:
thanks for catching this!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]