mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
🎨 Add deb release package for Linux https://github.com/siyuan-note/siyuan/issues/11532
This commit is contained in:
parent
613844e734
commit
ee115ab391
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ export CGO_ENABLED=1
|
||||||
echo 'Building Kernel amd64'
|
echo 'Building Kernel amd64'
|
||||||
export GOOS=linux
|
export GOOS=linux
|
||||||
export GOARCH=amd64
|
export GOARCH=amd64
|
||||||
|
export CC=~/x86_64-linux-musl-cross/bin/x86_64-linux-musl-gcc
|
||||||
go build -buildmode=pie --tags fts5 -v -o "../app/kernel-linux/SiYuan-Kernel" -ldflags "-s -w -extldflags -static-pie" .
|
go build -buildmode=pie --tags fts5 -v -o "../app/kernel-linux/SiYuan-Kernel" -ldflags "-s -w -extldflags -static-pie" .
|
||||||
|
|
||||||
echo 'Building Kernel arm64'
|
echo 'Building Kernel arm64'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue