podlet icon indicating copy to clipboard operation
podlet copied to clipboard

feat: add aarch64-unknown-linux-gnu release binary

Open brianheineman opened this issue 7 months ago • 4 comments

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

brianheineman avatar May 05 '25 17:05 brianheineman

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 avatar Jul 10 '25 18:07 cdrage

@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.

brianheineman avatar Jul 10 '25 20:07 brianheineman

@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.

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 avatar Jul 10 '25 20:07 cdrage

@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).

brianheineman avatar Jul 10 '25 20:07 brianheineman