Open yorkie opened 4 years ago
https://github.com/marketplace/actions/arm-action, and this is an action that can provide free ARM runner.
I think we need to put this on the agenda: M1 Macbook has been released.
Ok, I will try to support installing boa on ARM.
Just found that the TravisCI has supported the ARM & PowerPC at https://docs.travis-ci.com/user/multi-cpu-architectures/, @WenheLI @FeelyChau
See https://github.com/alibaba/pipcook/blob/master/packages/boa/tools/install-python.js#L26-L32, we have supported
x86
,x86_64
andppc64le
, andarmv6
andarmv7
not supported.We need to verify if PyPI has supported on arm, too.