mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🎨 Using ubuntu 20.04 for CD workflow
This commit is contained in:
4
.github/workflows/cd.yml
vendored
4
.github/workflows/cd.yml
vendored
@@ -84,7 +84,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"
|
||||
@@ -93,7 +93,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"
|
||||
|
||||
Reference in New Issue
Block a user