🔨 Downgrades the glibc 2.31 version to solve booting failed on Linux https://github.com/siyuan-note/siyuan/issues/11417

This commit is contained in:
Daniel 2024-05-15 20:54:43 +08:00
parent e4e9a255f6
commit f205ab38df
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -92,7 +92,7 @@ jobs:
strategy:
matrix:
config:
- os: ubuntu-22.04
- os: ubuntu-20.04
name: ubuntu build linux.AppImage
kernel_path: "../app/kernel-linux/SiYuan-Kernel"
build_args_prefix: "-s -w -X"
@ -101,7 +101,7 @@ jobs:
goos: "linux"
goarch: "amd64"
suffix: "linux.AppImage"
- os: ubuntu-22.04
- os: ubuntu-20.04
name: ubuntu build linux.tar.gz
kernel_path: "../app/kernel-linux/SiYuan-Kernel"
build_args_prefix: "-s -w -X"