feat(windows): build 386 version of installer

This commit is contained in:
Jan De Dobbeleer 2022-01-19 10:36:31 +01:00 committed by Jan De Dobbeleer
parent de60367d79
commit 06231cb08e
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
arch: [amd64, arm64]
arch: [amd64, arm64, 386]
defaults:
run:
shell: pwsh

View file

@ -1,7 +1,7 @@
Param
(
[parameter(Mandatory = $true)]
[ValidateSet('amd64', 'arm64')]
[ValidateSet('amd64', 'arm64', '386')]
[System.String]$Architecture,
[parameter(Mandatory = $true)]
[string]