You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.
Formulas' Docker Runner images need to be made available for arm64/v8 to support Apple Silicon
What version of Rit are you using (rit --version)
2.11.3
Does this issue reproduce with the latest release
Yes
What operating system are you using
MacOS 11.4
What did you do
Tried running the Powershell Formula template with the Docker runner
What did you expect to see
The Formula's output in STDOUT. It's possible we might need changes to Ritchie itself to support multiple CPU architectures and dynamically detect/use them, but I think that providing the arm64 Docker images will be enough.
What did you see instead
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
Failed to resolve full path of the current executable [/proc/self/exe]
Error: exit status 133
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Formulas' Docker Runner images need to be made available for arm64/v8 to support Apple Silicon
What version of Rit are you using (
rit --version
)2.11.3
Does this issue reproduce with the latest release
Yes
What operating system are you using
MacOS 11.4
What did you do
Tried running the Powershell Formula template with the Docker runner
What did you expect to see
The Formula's output in STDOUT. It's possible we might need changes to Ritchie itself to support multiple CPU architectures and dynamically detect/use them, but I think that providing the arm64 Docker images will be enough.
What did you see instead
The text was updated successfully, but these errors were encountered: