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

Set npm config arch #17159

Closed
wants to merge 2 commits into from
Closed

Set npm config arch #17159

wants to merge 2 commits into from

Conversation

tidy-dev
Copy link
Contributor

@tidy-dev tidy-dev commented Aug 1, 2023

Description

We recently merged in a new macOS runner which is M1 or arm64.

This of course make the mac's arch type to be arm64 instead of x64 and therefore this getDistArchitecture method now returned arm64 by default on macOS builds. This was not noticeable in our regular ci builds because we set the npm-config-arch on our regular ci builds that rely on it being distinct from default. But, for our release processes, we have a few extra steps that are run where the npm-config-arch was not specified and it didn't matter as the x64 was expected. Thus, now, we need to specify it.

Release notes

Notes: no-notes

@tidy-dev tidy-dev closed this Aug 1, 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.

None yet

1 participant