Skip to content
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

not running with Graviton processor #169

Closed
cb-anomitromunshi opened this issue Mar 19, 2024 · 6 comments · Fixed by #175
Closed

not running with Graviton processor #169

cb-anomitromunshi opened this issue Mar 19, 2024 · 6 comments · Fixed by #175

Comments

@cb-anomitromunshi
Copy link

cb-anomitromunshi commented Mar 19, 2024

recently we have changed to aws graviton and this action started breaking.
exec /entrypoint.sh: exec format error
any help?

@L0RD-ZER0
Copy link
Collaborator

Can you provide some details on the CPU architecture? I know it's ARM64, but not sure on which version, say arm64/v7 or a64/v6. Further details on that would be appreciated.

@noamcohen97
Copy link
Contributor

noamcohen97 commented Apr 1, 2024

Seems like ARM64 docker image contains a x86 binary of bash.
This is because the base image is pinned to a specific manifest instead of to the index.
Created #175 to address this issue

@L0RD-ZER0
Copy link
Collaborator

Updated the images, credits to @noamcohen97 for resolving this one!

@cb-anomitromunshi
Copy link
Author

Thanks guys

@cb-anomitromunshi
Copy link
Author

will this be available in the latest version?
rtCamp/[email protected]

@noamcohen97
Copy link
Contributor

New docker images are already available with the old v2.3.0.
I don't know what's GitHub action image pull policy - but @L0RD-ZER0 maybe you should consider an image version bump to force re-pull?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants