mirror of
https://github.com/moonD4rk/HackBrowserData
synced 2025-02-07 22:31:34 +00:00
chore: add windows 32bit action
This commit is contained in:
parent
3dc564680d
commit
e2b277f0ab
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user