feat(cli.js): add 32bit cli for windows (#3540)

Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
This commit is contained in:
Fabian-Lars
2022-02-24 14:05:13 +01:00
committed by GitHub
parent e694dd6730
commit fb6744daa4
5 changed files with 32 additions and 1 deletions

View File

@@ -28,6 +28,10 @@ jobs:
build: yarn build
target: x86_64-pc-windows-msvc
architecture: x64
- host: windows-latest
build: yarn build --target i686-pc-windows-msvc
target: i686-pc-windows-msvc
architecture: x64
- host: ubuntu-18.04
target: x86_64-unknown-linux-gnu
architecture: x64