mirror of
https://github.com/Eugeny/tabby
synced 2024-12-13 14:52:45 +00:00
Update build-linux.js
This commit is contained in:
parent
360b75693b
commit
48c06fc26e
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ const vars = require('./vars')
|
|||
|
||||
const isTag = (process.env.GITHUB_REF || '').startsWith('refs/tags/')
|
||||
|
||||
process.env.ARCH = process.env.ARCH || process.arch === 'arm' ? armv7l : process.arch
|
||||
process.env.ARCH = process.env.ARCH || process.arch === 'arm' ? 'armv7l' : process.arch
|
||||
|
||||
builder({
|
||||
dir: true,
|
||||
|
|
Loading…
Reference in a new issue