adoptium / infrastructure

This repo contains all information about machine maintenance.
Apache License 2.0
84 stars 100 forks source link

Add ability to create arm32 docker containers to dockernode.yml playbook #3579

Closed Haroon-Khel closed 1 week ago

Haroon-Khel commented 1 month ago

The dockernode.yml playbook can deploy static docker containers of the dockerhost's architecture. It would be ideal if a user can specify they want an arm32 container built using docker buildx. At the moment we only build arm32 docker containers on arm64 dockerhosts

Haroon-Khel commented 1 week ago

Done with https://github.com/adoptium/infrastructure/pull/3601 merged