mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 Support arm64 arch https://github.com/siyuan-note/siyuan/issues/11566 https://github.com/siyuan-note/siyuan/issues/11565
This commit is contained in:
parent
b90ef06715
commit
25d0f28622
2 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ go build --tags fts5 -v -o "../app/kernel-linux/SiYuan-Kernel" -ldflags "-s -w"
|
|||
echo 'Building Kernel arm64'
|
||||
export GOARCH=arm64
|
||||
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" .
|
||||
go build --tags fts5 -v -o "../app/kernel-linux-arm64/SiYuan-Kernel" -ldflags "-s -w" .
|
||||
cd ..
|
||||
|
||||
echo 'Building Electron App amd64'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue