Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .tekton/kubernetes-sigs-kueue-main-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
value: 5d
- name: build-platforms
value:
- linux/x86_64
- linux/x86_64,linux/s390x

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- linux/x86_64,linux/s390x
- linux/x86_64
- linux/s390x

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And you should do the same for .tekton/kubernetes-sigs-kueue-main-push-request.yaml

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And you should do the same for .tekton/kubernetes-sigs-kueue-main-push-request.yaml

@kannon92 Thanks for the review! I've made the following changes based on your feedback:

  1. Fixed YAML format to .tekton/kubernetes-sigs-kueue-main-pull-request.yaml

  2. Applied same changes to push pipeline: Updated .tekton/kubernetes-sigs-kueue-main-push-request.yaml to support s390x..

Please let me know if you need any further modifications!

- name: dockerfile
value: Dockerfile.rhel
pipelineSpec:
Expand Down