mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
feat(windows): build 386 version of installer
This commit is contained in:
parent
de60367d79
commit
06231cb08e
2
.github/workflows/inno.yml
vendored
2
.github/workflows/inno.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
|||
runs-on: windows-latest
|
||||
strategy:
|
||||
matrix:
|
||||
arch: [amd64, arm64]
|
||||
arch: [amd64, arm64, 386]
|
||||
defaults:
|
||||
run:
|
||||
shell: pwsh
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Param
|
||||
(
|
||||
[parameter(Mandatory = $true)]
|
||||
[ValidateSet('amd64', 'arm64')]
|
||||
[ValidateSet('amd64', 'arm64', '386')]
|
||||
[System.String]$Architecture,
|
||||
[parameter(Mandatory = $true)]
|
||||
[string]
|
||||
|
|
Loading…
Reference in a new issue