Skip to content

Commit 5dde777

Browse files
committed
[GR-73514] Add missing inputs to build-graalvm workflow.
PullRequest: graal/23323
2 parents 906fe17 + 5179d74 commit 5dde777

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/build-graalvm.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,22 @@ on:
7070
# Enable manual dispatch of the workflow
7171
# see https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow
7272
workflow_dispatch:
73+
inputs:
74+
dynamic-imports:
75+
default: '/substratevm'
76+
description: 'Value for mx --dy option'
77+
required: true
78+
type: string
79+
native-images:
80+
default: 'native-image'
81+
description: 'Value for mx --native-images option'
82+
required: true
83+
type: string
84+
components:
85+
default: 'Native Image'
86+
description: 'Value for mx --components option'
87+
required: true
88+
type: string
7389

7490
jobs:
7591
build_from_source:

0 commit comments

Comments
 (0)