Skip to content

Commit

Permalink
更新 cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TCOTC committed May 15, 2024
1 parent d69052a commit 7f539f5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 220 deletions.
84 changes: 0 additions & 84 deletions .github/workflows/auto_aur_release_stable.yml

This file was deleted.

36 changes: 0 additions & 36 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,42 +92,6 @@ jobs:
strategy:
matrix:
config:
- os: ubuntu-22.04
name: ubuntu build linux.AppImage
kernel_path: "../app/kernel-linux/SiYuan-Kernel"
build_args_prefix: "-s -w -X"
build_args_suffix: "Mode=prod"
electron_args: "dist-linux"
goos: "linux"
goarch: "amd64"
suffix: "linux.AppImage"
- os: ubuntu-22.04
name: ubuntu build linux.tar.gz
kernel_path: "../app/kernel-linux/SiYuan-Kernel"
build_args_prefix: "-s -w -X"
build_args_suffix: "Mode=prod"
electron_args: "dist-linux"
goos: "linux"
goarch: "amd64"
suffix: "linux.tar.gz"
- os: macos-latest
name: macos build mac.dmg
kernel_path: "../app/kernel-darwin/SiYuan-Kernel"
build_args_prefix: "-s -w -X"
build_args_suffix: "Mode=prod"
electron_args: "dist-darwin"
goos: "darwin"
goarch: "amd64"
suffix: "mac.dmg"
- os: macos-latest
name: macos build mac-arm64.dmg
kernel_path: "../app/kernel-darwin-arm64/SiYuan-Kernel"
build_args_prefix: "-s -w -X"
build_args_suffix: "Mode=prod"
electron_args: "dist-darwin-arm64"
goos: "darwin"
goarch: "arm64"
suffix: "mac-arm64.dmg"
- os: windows-latest
name: windows build win.exe
kernel_path: "../app/kernel/SiYuan-Kernel.exe"
Expand Down
80 changes: 0 additions & 80 deletions .github/workflows/dockerimage.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/target-branch.yml

This file was deleted.

0 comments on commit 7f539f5

Please sign in to comment.