Skip to content

Commit

Permalink
feat(TESTING): colima
Browse files Browse the repository at this point in the history
  • Loading branch information
niall-byrne committed Oct 7, 2024
1 parent 388a039 commit 8b90b2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion roles/colima/molecule/buildkit/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ colima_docker_config:
features:
buildkit: true

colima_vm_type: qemu
colima_vm_type: vz
colima_use_rosetta: false

colima_mount_type: sshfs
Expand Down
1 change: 1 addition & 0 deletions roles/colima/molecule/standard/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---

colima_service_user: "{{ lookup('env', 'USER') }}"
colima_vm_type: vz

0 comments on commit 8b90b2b

Please sign in to comment.