We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
build-graalvm
2 parents 906fe17 + 5179d74 commit 5dde777Copy full SHA for 5dde777
.github/workflows/build-graalvm.yml
@@ -70,6 +70,22 @@ on:
70
# Enable manual dispatch of the workflow
71
# see https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow
72
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
83
84
+ components:
85
+ default: 'Native Image'
86
+ description: 'Value for mx --components option'
87
88
89
90
jobs:
91
build_from_source:
0 commit comments