This commit is contained in:
Daniel 2024-05-28 23:53:01 +08:00
parent 5cf02f67d9
commit 6f50032795
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -24,7 +24,7 @@ go build --tags fts5 -v -o "../app/kernel-linux/SiYuan-Kernel" -ldflags "-s -w"
export GOARCH=arm64 export GOARCH=arm64
export CC=~/aarch64-linux-musl-cross/bin/aarch64-linux-musl-gcc 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 .. cd ..
echo 'Building Electron App' echo 'Building Electron App'