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
When we fallback to x64 on Apple M1 we should check if rosetta is installed / prompt to install it:
# See <https://apple.stackexchange.com/q/427970/27465> if ! arch -arch x86_64 uname -m > /dev/null 2>&1; then webi_prompt "Install Rosetta 2? (ctrl+c to cancel, any key to continue)" softwareupdate --install-rosetta --agree-to-license fi
See also https://apple.stackexchange.com/a/427996
The text was updated successfully, but these errors were encountered:
What if I want to run my term as arm64?
Sorry, something went wrong.
There's a probably a way to have it run only for fallback arch.
This is available as part of #768, but not on-by-default. We'll wait for #756 for that.
Closing here and leaving as a checkmark in #756.
linux-unknown-aarch64-musl
No branches or pull requests
When we fallback to x64 on Apple M1 we should check if rosetta is installed / prompt to install it:
See also https://apple.stackexchange.com/a/427996
The text was updated successfully, but these errors were encountered: