pretalx / pretalx-docker

Docker setup for a complete pretalx installation. Community-sourced, not officially supported.
29 stars 39 forks source link

Support for Apple Silicon M1 #34

Closed biancarosa closed 1 year ago

biancarosa commented 2 years ago

ERROR: no matching manifest for linux/arm64/v8 in the manifest list entries when running docker-compose on Apple Silicon M1.

It would be nice to have out of the box support for Apple Silicon M1. Low priority, probably, though :)

rixx commented 2 years ago

This repository is entirely community maintained, with no official support – I'd be happy to merge a PR with the required changes, though!

biancarosa commented 2 years ago

Just wanted to track! If more people ask for it, I might try to carve time and put a PR for it. Thank you for answering <3

MikkCZ commented 1 year ago

This https://github.com/docker/setup-buildx-action is probably what you need to compile the image for a different platform than the GitHub Actions runner runs on.