-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop building 32-bit binaries for releases due to low usage [ci skip]
32-bit operating systems are used by approximately 0% of people, for example: 1. PC Benchmarks reports about 0.29% of usage: https://www.pcbenchmarks.net/os-marketshare.html 2. Steam report doesn't include 32-bit systems at all: https://store.steampowered.com/hwsurvey/ (however, this is about gaming PCs) So, it seems reasonable to stop building executables for x86 and get smaller packages instead.
- Loading branch information
Showing
4 changed files
with
1 addition
and
10 deletions.
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
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
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 |
---|---|---|
|
@@ -25,8 +25,7 @@ | |
], | ||
"cpu": [ | ||
"x64", | ||
"arm64", | ||
"ia32" | ||
"arm64" | ||
], | ||
"scripts": { | ||
"install": "node install.js" | ||
|
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