-
Notifications
You must be signed in to change notification settings - Fork 152
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 build error in git action with linux/arm64 #469
Comments
Hi @c121914yu. If you upgrade node-gyp to >=10 (preferred) or lock the Python version to the one before the distutils removal, the arm64 build should work.
|
Thx you, I switch python versions solved.
But I can't find a way to upgrade node-gyp to 10.x, it seems to specify 9.x all the time. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
action:
error
platform=amd64 can be built normally, but if you want to build an arm image you will be prompted with a python error.
The text was updated successfully, but these errors were encountered: