Skip to content

Commit

Permalink
docker: Update mulitarch linux arm platform option
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroon-Khel committed Feb 11, 2025
1 parent 0cb1328 commit e5b4c61
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

- name: Set docker buildx command if building arm32 container
set_fact:
docker_build_command: "docker buildx build --platform linux/v7/arm"
docker_build_command: "docker buildx build --platform linux/arm/v7"
arm32_suffix: ".arm32"
ansible_architecture: arm
docker_run_command: "docker run --platform linux/v7/arm"
docker_run_command: "docker run --platform linux/arm/v7"
when: build_arm32 is defined and build_arm32 == "yes"

# Dockerfiles are transferred from the controller node onto the dockerhost to be used to build and run docker containers
Expand Down

0 comments on commit e5b4c61

Please sign in to comment.