Skip to content
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

Open
OliverK07 opened this issue May 23, 2023 · 5 comments
Open

Support arm platform for docker container? #143

OliverK07 opened this issue May 23, 2023 · 5 comments

Comments

@OliverK07
Copy link

OliverK07 commented May 23, 2023

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

@bryanlin16899
Copy link

same as me

@jeffabc1997
Copy link

same, I'm using Mac book air with M2 chip

@jeffabc1997
Copy link

Does this answer this issue? #136
Ans:

the "shioaji" is only compatible with the x86 platform

@gubkke
Copy link

gubkke commented Jan 17, 2024

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)

@LinHeMa
Copy link

LinHeMa commented Apr 1, 2024

Just saw the release note (version: 1.2.3 (2024-03-06)) on its official site
the commit message : feat: support apple silicon chip
Is the issue fixed ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants