Skip to content

Commit

Permalink
Build Linux ARM64
Browse files Browse the repository at this point in the history
  • Loading branch information
monkbroc committed May 3, 2024
1 parent 54c5208 commit 831270c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@
"node16-macos-x64",
"node16-macos-arm64",
"node16-win-x64",
"node16-linux-arm"
"node16-linux-arm",
"node16-linux-arm64"
],
"assets": [
"./assets/**",
Expand Down
3 changes: 0 additions & 3 deletions scripts/generate-manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ function parseFilename(filename) {
if (parts.length > 3) {
arch = parts[3].split('.')[0];
}
if (arch?.includes('arm')) {
arch = 'arm';
}
return {
platform: platformMap[parts[2]] || parts[2],
arch: arch // Removing file extension if present
Expand Down

0 comments on commit 831270c

Please sign in to comment.