linkerd / linkerd2

Ultralight, security-first service mesh for Kubernetes. Main repo for Linkerd 2.x.
https://linkerd.io
Apache License 2.0
10.61k stars 1.27k forks source link

fix(ci): Disable arm64 install in release workflow #12599

Closed olix0r closed 4 months ago

olix0r commented 4 months ago

Our release workflow exercises an install on a manually managed ARM host. This is fragile, and has fallen into disrepair. Practically speaking, we have never found an issue in the ARM test -- if it builds, it works.

This commit removes the arm install from the release workflow.