You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: geerlingguy/drupal-pi#45
The text was updated successfully, but these errors were encountered:
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 ..
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: geerlingguy/drupal-pi#45
The text was updated successfully, but these errors were encountered: