-
Notifications
You must be signed in to change notification settings - Fork 825
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
"error: GitHub API: more that one release selected" #5281
Comments
Thanks for the report. I'll investigate. |
The same on ubuntu 22.04:
Error:
|
Manually downloading the tarball from releases and specifying |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
The
wasmer create-exe
command fails witherror: GitHub API: more that one release selected for target aarch64-apple-darwin
.$ wasmer -vV wasmer 5.0.2 (??????? 2024-11-22) binary: wasmer-cli commit-hash: commit-date: 2024-11-22 host: aarch64-apple-darwin compiler: cranelift c_api backend:
Steps to reproduce
brew install wasmer touch index.wasm # wasm module content isn't relevant as error happens before parsing wasmer create-exe -o index.exe index.wasm
Expected behavior
The executable file is created.
Actual behavior
Additional context
macOS 15.1.1, wasmer 5.0.2
The text was updated successfully, but these errors were encountered: