pipeline icon indicating copy to clipboard operation
pipeline copied to clipboard

Remove linux/arm from platform we publish

Open vdemeester opened this issue 8 months ago • 6 comments
trafficstars

Changes

There is likely no kubernetes cluster running linux/arm (v5, v6 or v7), so removing it to reduce build and release time.

Signed-off-by: Vincent Demeester [email protected]

/kind cleanup

Closes #7511

Submitter Checklist

As the author of this PR, please check off the items in this checklist:

  • [ ] Has Docs if any changes are user facing, including updates to minimum requirements e.g. Kubernetes version bumps
  • [ ] Has Tests included if any functionality added or changed
  • [ ] pre-commit Passed
  • [x] Follows the commit message standard
  • [x] Meets the Tekton contributor standards (including functionality, content, code)
  • [x] 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
  • [x] Release notes block below has been updated with any user facing changes (API changes, bug fixes, changes requiring upgrade notices or deprecation warnings). See some examples of good release notes.
  • [ ] Release notes contains the string "action required" if the change requires additional action from users switching to the new release

Release Notes

linux/arm images are not published anymore as part of the release. This means armv5, armv6 and armv7 are not supported anymore.

vdemeester avatar Mar 19 '25 18:03 vdemeester

The following Tekton test failed:

Test name Commit Details Required Rerun command
check-pr-has-kind-label 5a6a227ffa09d6ce3afdf03b67662d47667ea998 link true /test check-pr-has-kind-label

tekton-robot avatar Mar 19 '25 18:03 tekton-robot

cc @tektoncd/core-maintainers @waveywaves

vdemeester avatar Mar 19 '25 18:03 vdemeester

Changes

There is likely no kubernetes cluster running linux/arm (v5, v6 or v7), so removing it to reduce build and release time.

I'm not sure we can know that, perhaps we could send an email to the users and dev list before doing this?

afrittoli avatar Mar 20 '25 10:03 afrittoli

+1 @afrittoli

waveywaves avatar Mar 20 '25 10:03 waveywaves

/hold

vdemeester avatar Mar 27 '25 13:03 vdemeester

/hold cancel

vdemeester avatar Jul 02 '25 07:07 vdemeester

@afrittoli @waveywaves now that 1.2.0 is released and the plan properly communicated, we can now merge this so that in 1.3.0 we do not publish linux/arm anymore.

vdemeester avatar Jul 02 '25 07:07 vdemeester

@afrittoli @waveywaves now that 1.2.0 is released and the plan properly communicated, we can now merge this so that in 1.3.0 we do not publish linux/arm anymore.

sounds good

waveywaves avatar Jul 07 '25 10:07 waveywaves

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: afrittoli, waveywaves

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • ~~OWNERS~~ [afrittoli,waveywaves]

Approvers can indicate their approval by writing /approve in a comment Approvers can cancel approval by writing /approve cancel in a comment

tekton-robot avatar Jul 07 '25 10:07 tekton-robot