Remove linux/arm from supported platforms
Changes
Remove linux/arm from the list of platforms for which we build and publish images. This only affects arm5, arm6, and arm7. We still build, publish, and support linux/arm64 (also known as aarch64) images.
See the announcement on the tekton-users mailing list for more details.
/kind cleanup /kind misc /hold
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
- [ ] Docs included if any changes are user facing
- [ ] Tests included if any functionality added or changed
- [ ] Follows the commit message standard
- [ ] Meets the Tekton contributor standards (including functionality, content, code)
- [ ] Has a kind label. You can add one by adding a comment on this PR that contains
/kind <type>. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tep - [ ] Release notes block below has been updated with any user facing changes (new features, significant UI changes, API changes, bug fixes, changes requiring upgrade notices or deprecation warnings)
- [ ] Release notes contains the string "action required" if the change requires additional action from users switching to the new release
Release Notes
NONE
/hold cancel
Only an example file, but does this need to be updated as well?
https://github.com/tektoncd/dashboard/blob/005c4c4a5c6dfcd561acfb97cb6d4e7aea5ac0c4/packages/graph/src/components/examples/release-pipeline.json#L58
No that's only used for the graph stories and has no impact on any functionality, it doesn't actually consume the params at all. We can update the example files whenever we resume work on the graph implementation.
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: briangleeson
The full list of commands accepted by this bot can be found here.
The pull request process is described here
- ~~OWNERS~~ [briangleeson]
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment