Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for actions artifact-v4, Nix docker builds #65

Merged
merged 9 commits into from
Sep 30, 2024

Conversation

cottand
Copy link
Owner

@cottand cottand commented Sep 30, 2024

This fixes a breaking change in GHA's upload-artifact v4, which CI relied upon in order to merge Docker manifests.

To make the CI easier for me to maintain, the Dockerfile-based builds are gone in favour of a single Nix-based container build. This has the breaking change of dropping support for 32-bit ARM, and the benefit of bringing reproducible builds to container images. Given the armv6 images had practically no downloads, few if any existing users should be accepted (do please open an issue if this is you!).

This in turn makes leng practically a FROM SCRACH image, which reduces the image attack surface. Image size remains about the same (pretty small at 7MB).

Because of the breaking changes above, this makes release 1.6

@cottand cottand merged commit c4063e9 into master Sep 30, 2024
7 checks passed
@cottand cottand deleted the fix-actions-artefact branch September 30, 2024 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant