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
5cf02f67d9
commit
6f50032795
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ go build --tags fts5 -v -o "../app/kernel-linux/SiYuan-Kernel" -ldflags "-s -w"
|
|||
|
||||
export GOARCH=arm64
|
||||
export CC=~/aarch64-linux-musl-cross/bin/aarch64-linux-musl-gcc
|
||||
go build --tags fts5 -v -o "../app/kernel-linux/SiYuan-Kernel-arm64" -ldflags "-s -w" .
|
||||
go build --tags fts5 -v -o "../app/kernel-linux-arm64/SiYuan-Kernel-arm64" -ldflags "-s -w" .
|
||||
cd ..
|
||||
|
||||
echo 'Building Electron App'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue