diff options
| author | Markus Pettersson <markus.pettersson@mullvad.net> | 2024-12-03 12:05:22 +0100 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2024-12-17 12:00:22 +0100 |
| commit | 1d97df0cd553526659369474113a860e84472136 (patch) | |
| tree | 44b5641f758aa185d920144c28da19c2908c2c6e /test/test-manager/docs | |
| parent | 39c441691548bac23c044bd3451167a821508084 (diff) | |
| download | mullvadvpn-1d97df0cd553526659369474113a860e84472136.tar.xz mullvadvpn-1d97df0cd553526659369474113a860e84472136.zip | |
Attach target arch to VM config
Diffstat (limited to 'test/test-manager/docs')
| -rw-r--r-- | test/test-manager/docs/config.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-manager/docs/config.md b/test/test-manager/docs/config.md index f86315241d..8c4db7fce4 100644 --- a/test/test-manager/docs/config.md +++ b/test/test-manager/docs/config.md @@ -57,7 +57,7 @@ A configuration containing one Debian 12 VM and one Windows 11 VM "image_path": "$VM_IMAGES/windows11.qcow2", "os_type": "windows", "package_type": null, - "architecture": null, + "architecture": "x64", "provisioner": "noop", "ssh_user": null, "ssh_password": null, |
