alibaba / pipcook

Machine learning platform for Web developers
https://alibaba.github.io/pipcook/
Apache License 2.0
2.54k stars 209 forks source link

boa: support arm installation #630

Open yorkie opened 4 years ago

yorkie commented 4 years ago

See https://github.com/alibaba/pipcook/blob/master/packages/boa/tools/install-python.js#L26-L32, we have supported x86, x86_64 and ppc64le, and armv6 and armv7 not supported.

We need to verify if PyPI has supported on arm, too.

yorkie commented 4 years ago

https://github.com/marketplace/actions/arm-action, and this is an action that can provide free ARM runner.

FeelyChau commented 3 years ago

I think we need to put this on the agenda: M1 Macbook has been released.

yorkie commented 3 years ago

Ok, I will try to support installing boa on ARM.

yorkie commented 3 years ago

Just found that the TravisCI has supported the ARM & PowerPC at https://docs.travis-ci.com/user/multi-cpu-architectures/, @WenheLI @FeelyChau