-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't self_build synapse Docker image on ARM #699
Comments
Ah, I just found 7d211b7, which discusses this.
There's a missing word here. Can't see them on Docker Hub? They're definitely there as of this comment. |
We had a discussion in the Synapse Admins room about this (here). It seems like the In 56ebeb1, I've reverted 7d211b7 just now, which fixes this issue. Because non- |
Ah yes, I did notice that was happening when I was reviewing matrix-org/synapse#7921. I guess it didn't occur to me you'd be updating the playbook quite so rapidly after a new image release 😄 Yeah, I'm not sure of the best way to solve this one either. |
As of Synapse 1.22, the Docker image is build not just for amd64, but also for armv7 and arm64. We should update the code to make use of these pre-built images rather than self-build on ARM.
I know that this line will need to change to include the new architectures:
https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/group_vars/matrix_servers#L924
I'm not sure yet if any other changes are needed; doing some other stuff currently, so don't have a chance to dive into it in any greater detail yet.
The text was updated successfully, but these errors were encountered: