Skip to content

Commit

Permalink
Fixed ARM Molecule tests (#378)
Browse files Browse the repository at this point in the history
Prefixing the image name with the architecture no longer works.
  • Loading branch information
freemanjp authored Nov 15, 2024
1 parent 63b7537 commit 5a432f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion molecule/ubuntu-arm32v7/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion molecule/ubuntu-arm64v8/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5a432f4

Please sign in to comment.