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

Enable working on docker running on M1 #510

Closed
wants to merge 1 commit into from

Conversation

menduz
Copy link

@menduz menduz commented Apr 7, 2023

Protobuf does not create releases under arm64 architecture, instead aarch_64 postfix is used

@menduz
Copy link
Author

menduz commented Apr 11, 2023

@timostamm 🙏

@@ -92,7 +92,7 @@ async function ensureInstalled(version) {
// make the release name for the current platform and the requested version number
let releaseName = makeReleaseName({
platform: os.platform(),
arch: os.arch(),
arch: os.arch().replace('arm64', 'aarch_64'),
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix, but can you move this into makeReleaseName(), where all the totally sensible naming magic happens?

@timostamm
Copy link
Owner

Thanks for the contibution, @menduz. This has been superseeded by #517

@timostamm timostamm closed this Apr 22, 2023
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.

2 participants