Skip to content

Commit

Permalink
🎨 Support Linux arm64 #11566
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Jun 1, 2024
1 parent a855114 commit baaec94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/linux-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ go build --tags fts5 -v -o "../app/kernel-linux/SiYuan-Kernel" -ldflags "-s -w"

echo 'Building Kernel arm64'
export GOARCH=arm64
export CC=~/llvm-mingw-20240518-ucrt-ubuntu-20.04-x86_64/bin/aarch64-w64-mingw32-gcc
export CC=~/aarch64-linux-musl-cross/bin/aarch64-linux-musl-gcc
go build --tags fts5 -v -o "../app/kernel-linux-arm64/SiYuan-Kernel" -ldflags "-s -w" .
cd ..

Expand Down

0 comments on commit baaec94

Please sign in to comment.