geerlingguy / drupal-container

Drupal container for running Drupal sites with Docker, built with Ansible.
https://hub.docker.com/r/geerlingguy/drupal/
44 stars 26 forks source link

ARM64 build not being pushed to Docker Hub automatically #30

Closed geerlingguy closed 7 months ago

geerlingguy commented 3 years ago

Follow-up to #8 — when I try building all three images and pushing them via GitHub Actions, I get:

***/drupal                                   latest-arm32v7    8afdc75c6ca4   1 second ago     440MB
***/drupal                                   latest            b82210279e7e   21 minutes ago   583MB
***/php-apache                               7.4               b5403a0d28e4   16 hours ago     484MB

But there's no latest-arm64 image in there. It says it runs it in the playbook output, but I'm wondering if a Docker context is messed up since the two that do appear are built by Ansible's docker_image module, whereas the arm64 build is using the command module, and calling docker build directly. Maybe the way BuildX is installed in GitHub Actions causes a failure here.

geerlingguy commented 7 months ago

Looks like it's working now! https://hub.docker.com/r/geerlingguy/drupal/tags