diff --git a/molecule/ubuntu-arm32v7/molecule.yml b/molecule/ubuntu-arm32v7/molecule.yml index 36c4398..cfa0a89 100644 --- a/molecule/ubuntu-arm32v7/molecule.yml +++ b/molecule/ubuntu-arm32v7/molecule.yml @@ -9,7 +9,8 @@ role_name_check: 2 platforms: - name: ansible-role-golang-ubuntu-arm32 - image: arm32v7/ubuntu:22.04 + image: ubuntu:22.04 + platform: linux/arm/v7 provisioner: name: ansible diff --git a/molecule/ubuntu-arm64v8/molecule.yml b/molecule/ubuntu-arm64v8/molecule.yml index 9683698..714a943 100644 --- a/molecule/ubuntu-arm64v8/molecule.yml +++ b/molecule/ubuntu-arm64v8/molecule.yml @@ -9,7 +9,8 @@ role_name_check: 2 platforms: - name: ansible-role-golang-ubuntu-arm64 - image: arm64v8/ubuntu:22.04 + image: ubuntu:22.04 + platform: linux/arm64 provisioner: name: ansible