| Hi Team, I am trying to use the puppetdb image on arm64 platform, but it seems it is not available for arm64. I have successfully built the image for arm64 platform, using the command docker build -t image_name . I have modified the Dockerfile Makefile and .github/workflows/docker.yml files to release the docker image of puppetlabs/puppetdb for both arm64 and amd64 platforms using buildx. Commit Link - https://github.com/odidev/puppetdb/commit/ffc654c11dba7ab24a98caccb5b2178411ed2122 Docker Hub Link - https://hub.docker.com/repository/docker/odidev/puppetdb/tags?page=1&ordering=last_updated Do you have any plans for releasing ARM64 images? If interested, I will raise a PR with the above changes. |