nvim-ghost.nvim icon indicating copy to clipboard operation
nvim-ghost.nvim copied to clipboard

[Apple M1] Process failed to start

Open arthurbailao opened this issue 4 months ago • 2 comments

I'm getting the following error:

E903: Process failed to start: Unknown system error -86: "/Users/arthurbailao/.local/share/nvim/lazy/nvim-ghost.nvim/nvim-ghost-binary"

Executing the binary directly, I got this:

exec: Failed to execute process './nvim-ghost-binary': Bad CPU type in executable.

Using a Apple M3 Pro.

arthurbailao avatar Feb 23 '24 15:02 arthurbailao

Sorry. You could use the plugin in this way until the issue is resolved -
https://github.com/subnut/nvim-ghost.nvim?tab=readme-ov-file#other-operating-systems

The binary being executed is built by GitHub Action runners, which run on Intel. It seems, as of now there are no ARM-based GitHub runners unfortunately.

EDIT: Apparently there's macos-14 runner in beta, and it runs on M1.

subnut avatar Feb 25 '24 06:02 subnut

I can try to send a PR adding this runner to the CI matrix. What do you think?

EDIT: You suggestion worked!

arthurbailao avatar Feb 29 '24 20:02 arthurbailao