Update build-linux.js

This commit is contained in:
Jai A P 2022-04-24 11:49:46 +05:30 committed by GitHub
parent 8dba1bf5cd
commit 2af4714d66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ if (process.env.ARCH === 'arm') {
builder({
dir: true,
linux: ['deb', 'tar.gz', 'rpm', 'pacman'],
armv7l: process.env.ARCH === 'armv7l',
armv7l: process.env.ARCH === 'armv7l' || process.env.ARCH === 'arm',
arm64: process.env.ARCH === 'arm64',
config: {
extraMetadata: {