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

feat: rechunk images into smaller parts #1687

Merged
merged 24 commits into from
Sep 26, 2024
Merged

feat: rechunk images into smaller parts #1687

merged 24 commits into from
Sep 26, 2024

Conversation

p5
Copy link
Member

@p5 p5 commented Sep 19, 2024

Reduces the image sizes and the amount of data required to download on each update by "rechunking" the images.

This uses additional storage space, so enables the maximize-runner action on all PRs. This was going to happen sooner or later.

Other ublue projects run the builds as root, however I wanted to keep our options open and allow us to use existing actions, such as those provided by RedHat

@p5 p5 marked this pull request as ready for review September 26, 2024 00:53
@p5 p5 requested a review from castrojo as a code owner September 26, 2024 00:53
@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. enhancement New feature or request labels Sep 26, 2024
@castrojo castrojo merged commit a63c028 into main Sep 26, 2024
42 of 54 checks passed
@castrojo castrojo deleted the rechunker branch September 26, 2024 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants