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.
Follow-up to #8 — when I try building all three images and pushing them via GitHub Actions, I get:
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'sdocker_image
module, whereas the arm64 build is using thecommand
module, and callingdocker build
directly. Maybe the way BuildX is installed in GitHub Actions causes a failure here.