We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I am trying to use the gossm package on an arm64 machine, but I am getting the error:
[err][internal.CallProcess:575] fork/exec /.gossm/session-manager-plugin: bad CPU type in executable
When checking the file in my homedir, it is indeed a x86_64 plugin.
Checking the file in the assets directory, it is also an x86_64.
assets/plugin/darwin_arm64 ❯ file session-manager-plugin session-manager-plugin: Mach-O 64-bit executable x86_64
Overwriting this with the AWS installed session-manager-plugin in the directory and installing gossm that way solves the issue.
Solution: Add proper ARM64 Arch plugin to the assets.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I am trying to use the gossm package on an arm64 machine, but I am getting the error:
[err][internal.CallProcess:575] fork/exec /.gossm/session-manager-plugin: bad CPU type in executable
When checking the file in my homedir, it is indeed a x86_64 plugin.
Checking the file in the assets directory, it is also an x86_64.
Overwriting this with the AWS installed session-manager-plugin in the directory and installing gossm that way solves the issue.
Solution: Add proper ARM64 Arch plugin to the assets.
The text was updated successfully, but these errors were encountered: