We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54284ca commit 203e8fbCopy full SHA for 203e8fb
.github/workflows/build-test-and-publish.yml
@@ -5,7 +5,7 @@ on:
5
distribution:
6
description: 'The distribution to build'
7
required: true
8
- default: '["run"]'
+ default: '["run", "tomcat", "wildfly"]'
9
options:
10
- '["run"]'
11
- '["tomcat"]'
@@ -14,15 +14,14 @@ on:
14
platform:
15
description: 'The platform to build for'
16
17
- default: '["amd64"]'
+ default: '["amd64", "arm64"]'
18
19
- '["amd64"]'
20
- '["arm64"]'
21
- '["amd64", "arm64"]'
22
version:
23
- description: 'The version to build'
+ description: 'The version to build (e.g. 1.1.0)'
24
required: false
25
- default: '1.1.0'
26
snapshot:
27
description: 'Build a snapshot version'
28
type: boolean
0 commit comments