Сборка для linux-arm64

This commit is contained in:
Book Pauk
2022-12-06 16:15:28 +07:00
parent c2c88cb397
commit a4715be0ed
4 changed files with 7 additions and 3 deletions

View File

@@ -22,6 +22,7 @@ async function main() {
await fs.emptyDir(outDir);
await makeRelease('win');
await makeRelease('linux');
await makeRelease('linux-arm64');
await makeRelease('macos');
} catch(e) {
console.error(e);