build fixes

This commit is contained in:
Eugene Pankov
2022-10-26 09:45:12 +02:00
parent 0a1a39ebf4
commit 83d8920883
3 changed files with 5 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ if (process.env.GITHUB_HEAD_REF) {
builder({
dir: true,
mac: ['pkg', 'zip'],
x64: process.env.ARCH === 'x86_64',
arm64: process.env.ARCH === 'arm64',
config: {
extraMetadata: {