Skip to content

Commit

Permalink
check failure for UI build for arm64 platform
Browse files Browse the repository at this point in the history
Signed-off-by: savitaashture <sashture@redhat.com>
  • Loading branch information
savitaashture committed Oct 23, 2024
1 parent 8022424 commit 0da98df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .tekton/docker-build-ta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
description: Image tag expiration time, time values could be something like
1h, 2d, 3w for hours, days, and weeks, respectively.
name: image-expires-after
- default: "true"
- default: "false"
description: Build a source image.
name: build-source-image
type: string
Expand Down Expand Up @@ -282,7 +282,7 @@ spec:
- input: $(params.build-source-image)
operator: in
values:
- "true"
- "false"
- name: deprecated-base-image-check
params:
- name: IMAGE_URL
Expand Down
3 changes: 3 additions & 0 deletions .tekton/tektoncd-hub-main-hub-ui-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ spec:
- name: build-platforms
value:
- linux/x86_64
- linux-m2xlarge/arm64
- linux/ppc64le
- linux/s390x
- name: prefetch-input
value: |
{"type": "npm", "path": "upstream/ui"}
Expand Down

0 comments on commit 0da98df

Please sign in to comment.