Skip to content

Commit

Permalink
Modify validate binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Dec 19, 2022
1 parent 788b3d1 commit d8b4f7d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/validate-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
required: false
type: string
default: release
os:
description: "Operating system to generate for (linux, windows, macos, macos-arm64)"
required: true
type: string
ref:
description: 'Reference to checkout, defaults to empty'
default: ""
Expand All @@ -24,6 +28,16 @@ on:
- nightly
- test
- all
os:
description: "Operating system to generate for (linux, windows, macos)"
required: true
type: choice
default: all
options:
- windows
- linux
- macos
- all
ref:
description: 'Reference to checkout, defaults to empty'
default: ""
Expand Down

0 comments on commit d8b4f7d

Please sign in to comment.