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
Running OpenArchiefbeheer on Apple M1-4 produces warnings like:
! openarchiefbeheer-web The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested 0.0s
! openarchiefbeheer-celery The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested 0.0s
! openarchiefbeheer-celery-beat The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested 0.0s
If I'm not mistaked, just adding --platform linux/amd64 while building the Docker image should solve this.
Potentially adding more platforms would also allow use on ARM VMs in clouds like Hetzner
The text was updated successfully, but these errors were encountered:
Running OpenArchiefbeheer on Apple M1-4 produces warnings like:
If I'm not mistaked, just adding
--platform linux/amd64
while building the Docker image should solve this.Potentially adding more platforms would also allow use on ARM VMs in clouds like Hetzner
The text was updated successfully, but these errors were encountered: