Skip to content

Commit d305d6d

Browse files
committed
add arm to start with in launching colima
1 parent 0bfd0d9 commit d305d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RunningCZIDWorkflowsOnARMMacs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Go to the czid-workflows repo
1616
### Boot and mount the colima VM
1717
```
1818
# uses 4GB of memory & 4 CPUs, change this to suit your needs
19-
colima start --mount $PWD:/work:w -m 4 -c 4
19+
colima start --mount $PWD:/work:w -m 4 -c 4 -a x86_64
2020
2121
```
2222

0 commit comments

Comments
 (0)