@@ -7,8 +7,9 @@ metadata:
7
7
build.appstudio.redhat.com/pull_request_number : ' {{pull_request_number}}'
8
8
build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
9
9
pipelinesascode.tekton.dev/max-keep-runs : " 3"
10
- pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch
11
- == "master"
10
+ pipelinesascode.tekton.dev/on-cel-expression : |
11
+ event == "pull_request" &&
12
+ target_branch == "master"
12
13
creationTimestamp : null
13
14
labels :
14
15
appstudio.openshift.io/application : source-to-image
@@ -77,19 +78,19 @@ spec:
77
78
description : Skip checks against built image
78
79
name : skip-checks
79
80
type : string
80
- - default : " false "
81
+ - default : " true "
81
82
description : Execute the build with network isolation
82
83
name : hermetic
83
84
type : string
84
- - default : " "
85
+ - default : ' {"packages": [{"type": "gomod"}], "flags": ["gomod-vendor-check"]} '
85
86
description : Build dependencies to be prefetched by Cachi2
86
87
name : prefetch-input
87
88
type : string
88
89
- default : " "
89
90
description : Image tag expiration time, time values could be something like
90
91
1h, 2d, 3w for hours, days, and weeks, respectively.
91
92
name : image-expires-after
92
- - default : " false "
93
+ - default : " true "
93
94
description : Build a source image.
94
95
name : build-source-image
95
96
type : string
@@ -107,6 +108,9 @@ spec:
107
108
type : string
108
109
- default :
109
110
- linux/x86_64
111
+ - linux/arm64
112
+ - linux/ppc64le
113
+ - linux/s390x
110
114
description : List of platforms to build the container images on. The available
111
115
set of values is determined by the configuration of the multi-platform-controller.
112
116
name : build-platforms
0 commit comments