mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-04 14:41:47 +01:00
🔥 Windows 端不再支持 32 位系统 Fix https://github.com/siyuan-note/siyuan/issues/6386
This commit is contained in:
parent
7a7ae253b6
commit
142abbe8e1
6 changed files with 2 additions and 86 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
|
@ -100,15 +100,6 @@ jobs:
|
|||
mingwsys: "MINGW64"
|
||||
goarch: "amd64"
|
||||
suffix: "win.exe"
|
||||
- os: windows-2019
|
||||
kernel_path: "../app/kernel32/SiYuan-Kernel.exe"
|
||||
build_args: "-s -w -H=windowsgui -X github.com/siyuan-note/siyuan/kernel/util.Mode=prod"
|
||||
electron_args: "dist-win32"
|
||||
goos: "windows"
|
||||
mingwsys: "MINGW32"
|
||||
goarch: "386"
|
||||
gobin: "bin\\windows_386"
|
||||
suffix: "win32.exe"
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue