mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 01:17:14 +00:00
Update build-linux.js
This commit is contained in:
parent
8dba1bf5cd
commit
2af4714d66
1 changed files with 1 additions and 1 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue