🔥 Windows 端不再支持 32 位系统 Fix https://github.com/siyuan-note/siyuan/issues/6386

This commit is contained in:
Liang Ding 2022-10-28 10:34:37 +08:00
parent 7a7ae253b6
commit 142abbe8e1
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
6 changed files with 2 additions and 86 deletions

View file

@ -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