Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 13 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,20 @@ on:
- agent-runtime-8.x
- openbolt-runtime
default: 'agent-runtime-main'
branch:
description: >-
The default platform list to build for. Use `main` for 9.x builds
and `8.x` for 8.x builds.
type: choice
options:
- main
- '8.x'
default: 'main'
platform_list:
description: 'A comma-separated list of platforms to build for. Do not include spaces. If not provided, will use the default list of platform supported by OpenVox.'
description: >-
Comma-separated list of platforms to build for. Do not include
spaces. If not provided, will use the default platform list chosen
above.
required: false
type: string
vanagon_branch:
Expand All @@ -37,13 +49,6 @@ on:
required: false
type: boolean
default: false
branch:
description: 'The release branch to build from.'
type: choice
options:
- main
- '8.x'
default: 'main'

jobs:
build:
Expand Down