Skip to content

Commit

Permalink
[skip test][skip mac][skip linux][skip win] 1
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdong262 committed Dec 30, 2023
1 parent 0ab5293 commit 599680e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build/bin/build-linux-arm64.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ const { upload } = require('./custom-upload')
const {
run,
writeSrc,
builder: pb
builder: pb,
reBuild
} = require('./build-common')

async function main () {
Expand All @@ -12,7 +13,8 @@ async function main () {
echo('build arm64-tar.gz')
rm('-rf', 'dist')
writeSrc('linux-arm64.tar.gz')
await run(`${pb} --arm64 tar.gz`)
await run(`${reBuild} --arch arm64 -f work/app`)
await run(`${pb} --linux --arm64 tar.gz`)
await upload()

// echo('build deb')
Expand Down

0 comments on commit 599680e

Please sign in to comment.