mehrdadh commented on a change in pull request #7804:
URL: https://github.com/apache/tvm/pull/7804#discussion_r609979170



##########
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:
       I changed it to platform_version and rework the input args with 
sub_parser.




-- 
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]


Reply via email to