mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
🎨 Support Linux arm64 https://github.com/siyuan-note/siyuan/issues/11566
This commit is contained in:
parent
5ec27681f9
commit
9a03f03ff9
2 changed files with 4 additions and 2 deletions
|
@ -29,7 +29,9 @@ export CC=~/aarch64-linux-musl-cross/bin/aarch64-linux-musl-gcc
|
|||
go build --tags fts5 -v -o "../app/kernel-linux-arm64/SiYuan-Kernel-arm64" -ldflags "-s -w" .
|
||||
cd ..
|
||||
|
||||
echo 'Building Electron App'
|
||||
echo 'Building Electron App amd64'
|
||||
cd app
|
||||
pnpm run dist-linux
|
||||
echo 'Building Electron App arm64'
|
||||
pnpm run dist-linux-arm64
|
||||
cd ..
|
||||
|
|
|
@ -45,7 +45,7 @@ if errorlevel 1 (
|
|||
)
|
||||
cd ..
|
||||
|
||||
echo 'Building Electron App'
|
||||
echo 'Building Electron App amd64'
|
||||
cd app
|
||||
call pnpm run dist
|
||||
if errorlevel 1 (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue