diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:33:34 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:33:34 +0200 |
| commit | 6b20b109fd455ffa71351890a18940e7da326229 (patch) | |
| tree | bf429579ddb5f22d06286f5d4670965676fc7af7 /molecule/default/molecule.yml | |
| parent | 4e96a9abb248290a72a5bcf088ba16c1d6e2ab71 (diff) | |
Make bootstrap raspberry more detailed with minimal setup
Diffstat (limited to 'molecule/default/molecule.yml')
| -rw-r--r-- | molecule/default/molecule.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index a5b30f5..c9f5f8d 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -10,9 +10,10 @@ platforms: - name: instance image: ${MOLECULE_DISTRO:-archlinux} dockerfile: Dockerfile.${MOLECULE_DISTRO:-archlinux}.j2 + platform: "${MOLECULE_PLATFORM:-linux/amd64}" pre_build_image: false privileged: true - command: ${MOLECULE_COMMAND:-""} + command: "${MOLECULE_COMMAND:-/lib/systemd/systemd}" tmpfs: - "/tmp" - "/run" |
