feat: add aarch64-unknown-linux-gnu release binary
Add binary release support for aarch64-unknown-linux-gnu. The version of cargo-dist was updated to the latest version 0.28.0 and the github action runners were updated to use ubuntu-latest to account for GitHub deprecating the ubuntu-20.04 action runners (see: https://github.com/axodotdev/cargo-dist/issues/1760). This PR is intended to address https://github.com/containers/podlet/issues/132
Late to the party, sorry!
@brianheineman could you please remove the AI changes to the file? Such as the quotes / etc.
Makes it easier to review changes that reflect the PR
@cdrage fwiw, I do not believe those are "AI" changes, those changes are the result of running dist init to regenerate the release.yml file:
This file was autogenerated by dist: https://opensource.axo.dev/cargo-dist/
As far as I understand it, that file should not be manually edited, I believe the prescribed approach is to edit the dist-workspace.yml file, then regenerate the release.yml file with dist.
@cdrage fwiw, I do not believe those are "AI" changes, those changes are the result of running
dist initto regenerate therelease.ymlfile:This file was autogenerated by dist: https://opensource.axo.dev/cargo-dist/
As far as I understand it, that file should not be manually edited, I believe the prescribed approach is to edit the
dist-workspace.ymlfile, then regenerate therelease.ymlfile withdist.
Apologizes! I misinterpreted it as https://opensource.axo.dev/cargo-dist/ is a domain squatting site / expired and there were a bunch of quotes / lint changes like you said. So it looked odd to me.
The code LGTM for CI side.
@cdrage The cargo dist project changed recently (funding?) which I believe is why those sites are down. Likely the reason you see all the changes is due to me running with the latest dist version (v0.28.0) at the time the PR was created vs the older version it was originally created with (v0.14.1).