geerlingguy / drupal-container

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

Build new arm64 version #24

Closed geerlingguy closed 4 years ago

geerlingguy commented 4 years ago

The Raspberry Pi foundation just released a beta of the Raspberry Pi OS 64-bit version, and it uses arm64 instead of armv7l, so I'd like to build a new tag version for arm64. See related: https://github.com/geerlingguy/drupal-pi/issues/45

geerlingguy commented 4 years ago

It seems I can't pass a platform to the Ansible docker_image module, so I'll have to run the build with command instead: docker build --platform arm64 --pull -t geerlingguy/drupal:latest-arm64 ..