add windows 32bit action

This commit is contained in:
ᴍᴏᴏɴD4ʀᴋ
2020-07-10 11:02:55 +08:00
parent b3ec1f18ef
commit 5f3f22c255
+4 -2
View File
@@ -23,8 +23,10 @@ jobs:
goos: darwin
bin: 'hack-browser-data'
releaseos: osx
# Don't build windows-32bit due to missing MinGW dependencies
# Don't build osx-32bit due to eventual drop in Go support
- os: windows-latest
goos: windows
bin: 'hack-browser-data.exe'
releaseos: windows
exclude:
- os: macos-latest
arch: '386'