-
Notifications
You must be signed in to change notification settings - Fork 467
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make fnm-macos.zip a universal macos executable (#1310)
GitHub runners changed from Intel-based hardware to M1, which is good, but also a breaking change in the installation script. So now we create a (fatter) executable that can run on both M1 and x64. We might have fnm-macos-arm.zip later on, but homebrew is probably a better choice!
- Loading branch information
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"fnm": patch | ||
--- | ||
|
||
make github releases of macos to be a universal macos executable (both m1 and x64) as github changed the workers to be m1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters