summaryrefslogtreecommitdiffstats
path: root/molecule/default/molecule.yml
diff options
context:
space:
mode:
Diffstat (limited to 'molecule/default/molecule.yml')
-rw-r--r--molecule/default/molecule.yml3
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"