-
Notifications
You must be signed in to change notification settings - Fork 13
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
Support arm platform for docker container? #143
Comments
same as me |
same, I'm using Mac book air with M2 chip |
Does this answer this issue? #136
|
I'm using Mac book Air with M1 chip and I could pull the image by: docker pull --platform linux/amd64 sinotrade/shioaji I'm using the Docker Desktop on Mac. It supports different architecture docker images by QEMU (virtual machine) |
Just saw the release note (version: 1.2.3 (2024-03-06)) on its official site |
Can this support arm platform? I run the docker pull with/without the platform parameter get the same result.
docker pull sinotrade/shioaji --platform=linux/arm64
Using default tag: latest
latest: Pulling from sinotrade/shioaji
no matching manifest for linux/arm64 in the manifest list entries
The text was updated successfully, but these errors were encountered: