Revert last change

This commit is contained in:
Jai A P 2022-03-09 12:37:16 +05:30 committed by GitHub
parent c3e4031aab
commit b27f5c2145
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ builder({
extraMetadata: {
version: vars.version,
},
npmRebuild: (process.env.ARCH !== 'arm64' || process.env.ARCH !== 'armv7l'),
npmRebuild: (process.env.ARCH !== 'arm64' && process.env.ARCH !== 'armv7l'),
},
publish: isTag ? 'always' : 'onTag',
}).catch(() => process.exit(1))