-
Notifications
You must be signed in to change notification settings - Fork 10
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
aarch_64 binaries for Apple Silicon Macs are not available #10
Comments
I'm facing the same issue using sphinx-maven-plugin. Is there any chance to have it solved in the next couple of weeks? |
I have the same issue |
same here |
It seems that basically ARM64 variants of the releases would be greatly appreciated, especially for linux and mac OS. |
I have the same issue |
workaround to use the sphinx-maven-plugin on aarch_64 not changing the configuration: download the x86_64 binary where the sphinx-maven-plugin expects to find the aarch_64 binary: mkdir -p ~/.m2/repository/kr/motd/maven/sphinx-binary/https___github.com_trustin_sphinx-binary_releases_download_v0.8.2_sphinx.osx-aarch_64
cd ~/.m2/repository/kr/motd/maven/sphinx-binary/https___github.com_trustin_sphinx-binary_releases_download_v0.8.2_sphinx.osx-aarch_64
wget https://github.com/trustin/sphinx-binary/releases/download/v0.8.2/sphinx.osx-x86_64 -O sphinx.osx-aarch_64
chmod +x sphinx.osx-aarch_64 |
It works for me. Thanks a lot.
|
The sphinx-maven-plugin is unavailable to download the sphinx binary, due to the following error:
unexpected response code '404':https://github.com/trustin/sphinx-binary/releases/download/v0.8.1/sphinx.osx-aarch_64
Whilst this can be worked around by using the configuration item pointing to the x86_64 binary (which runs under Rosetta), it would be good if native binaries are made available.
The text was updated successfully, but these errors were encountered: