-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
Docker Server ARM64/v8 not supported? #206
Comments
I think we have to add this architecture to our build step - let me check and see what is needed to get this working! |
unfortunately this is not yet supported until Meteor.js version 3.0 is released. As soon as it is publicly available we will update titra asap to support this architecture, the preparations are already done in the corresponding build action so it should then hopefully be just a matter of "flipping the switch" |
Hi, Danke für deine Rückmeldung! |
https://guide.meteor.com/3.0-migration#When-will-Meteor-3-0-be-ready Aber das liegt natürlich nicht in unserer Hand.. |
I found some repo called arm64v8/mongo and tried this, but it still says Digest: sha256:9d11be3c14add11daafd15e789ddd2efc816a7b0f2e8c91c07a54aadfd674f2c :-( so no luck for me at the moment, although I'd really like to test titra soon locally :) |
yeah, the main culprit here is not mongodb but the titra docker image which currently cannot be compiled for arm64 due to limitations in the Meteor.js framework. Let's hope the 3.0 release stays on track and is released soon! |
Hi Fabian, LG aus dem Westen |
The Synology NAS tutorial is using the standard docker image, there is no dedicated build necessary so I assume it is x86 or amd64 |
They use all sorts of CPUs, here's a list and the Marvell ARMada is a ARMv7 Architecture: https://kb.synology.com/en-me/DSM/tutorial/What_kind_of_CPU_does_my_NAS_have |
There is an update on the planned release date of Meteor 3.0, I guess it might be around May: |
I get the following Error Message:
ERROR: no matching manifest for linux/arm64/v8 in the manifest list entries
I'm using a rockchip based Linux Armbian NAS, is there just a notice needed or would it take you to re-build the whole project for that CPU type?
Grüße aus Vorarlberg ;-)
The text was updated successfully, but these errors were encountered: