Skip to content

Commit

Permalink
Add build32 bit on warpper script
Browse files Browse the repository at this point in the history
  • Loading branch information
Ponchale committed Oct 13, 2023
1 parent c7ea79f commit 16e51ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/wrapper_windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ on:
type: boolean
description: Build aarch64; does NOT comportable with pgo
required: true
bit-32:
type: boolean
description: Build 32bit; does NOT comportable with pgo
required: true

run-name: ${{fromJSON('["[normal]","[profgen]"]')[inputs.profgen]}} Windows ${{fromJson('["x86_64","aarch64"]')[inputs.aarch64]}} build
jobs:
Expand All @@ -27,3 +31,4 @@ jobs:
with:
profgen: ${{inputs.profgen}}
aarch64: ${{inputs.aarch64}}
build32bit: ${{inputs.bit-32}}

0 comments on commit 16e51ee

Please sign in to comment.