Skip to content

Commit

Permalink
Fixed ARM Molecule tests
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 committed Nov 15, 2024
1 parent 63b7537 commit f6a9835
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 f6a9835

Please sign in to comment.