You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/build.yml
+13-8Lines changed: 13 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,20 @@ on:
18
18
- agent-runtime-8.x
19
19
- openbolt-runtime
20
20
default: 'agent-runtime-main'
21
+
branch:
22
+
description: >-
23
+
The default platform list to build for. Use `main` for 9.x builds
24
+
and `8.x` for 8.x builds.
25
+
type: choice
26
+
options:
27
+
- main
28
+
- '8.x'
29
+
default: 'main'
21
30
platform_list:
22
-
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.'
31
+
description: >-
32
+
Comma-separated list of platforms to build for. Do not include
33
+
spaces. If not provided, will use the default platform list chosen
0 commit comments