mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-24 09:06:03 +00:00
Update build-linux.js
This commit is contained in:
@@ -4,7 +4,10 @@ const vars = require('./vars')
|
|||||||
|
|
||||||
const isTag = (process.env.GITHUB_REF || '').startsWith('refs/tags/')
|
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
|
||||||
|
if (process.env.ARCH === 'arm') {
|
||||||
|
process.env.ARCH = 'armv7l'
|
||||||
|
}
|
||||||
|
|
||||||
builder({
|
builder({
|
||||||
dir: true,
|
dir: true,
|
||||||
|
Reference in New Issue
Block a user