mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 01:17:14 +00:00
Revert last change
This commit is contained in:
parent
c3e4031aab
commit
b27f5c2145
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue