Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@mislav
Copy link
Contributor

@mislav mislav commented Apr 13, 2022

If the extension publishes an amd64 binary and Rosetta is available, use that binary as it will most likely work.

If the extension publishes an arm64 binary, make sure to codesign it after downloading so that the OS allows its execution.

Fixes #5455

If the extension publishes an amd64 binary and Rosetta is available,
use that binary as it will most likely work.

If the extension publishes an arm64 binary, make sure to codesign it
after downloading so that the OS allows its execution.
@mislav mislav requested a review from a team as a code owner April 13, 2022 18:04
@mislav mislav requested review from samcoe and removed request for a team April 13, 2022 18:04
@mislav mislav merged commit eb08a9b into trunk Apr 13, 2022
@mislav mislav deleted the m1-extension-support branch April 13, 2022 18:14
@mislav
Copy link
Contributor Author

mislav commented Apr 13, 2022

Rushed this into the latest release so I've skipped the peer review. I've tested this extensively on amd64 and arm64 with Rosetta installed.

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 this pull request may close these issues.

Fall back to amd64 extension binaries when running on arm64 and Rosetta is present

1 participant