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: Split containerfile into separate scripts per image #2113

Open
wants to merge 10 commits into
base: unstable
Choose a base branch
from
12 changes: 11 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ on:
branches:
- testing
- unstable
- separate-scripts
paths-ignore:
- "**.md"
- "**.txt"
Expand Down Expand Up @@ -186,7 +187,16 @@ jobs:
uses: ublue-os/just-action@v2

- name: Maximize build space
uses: ublue-os/remove-unwanted-software@v7
uses: AdityaGarg8/[email protected]
with:
remove-dotnet: true
remove-android: true
remove-haskell: true
remove-codeql: true
remove-docker-images: true
remove-large-packages: true
remove-cached-tools: true
remove-swapfile: true

- name: Pull main, akmods, rechunk images
uses: Wandalen/[email protected]
Expand Down
684 changes: 4 additions & 680 deletions Containerfile

Large diffs are not rendered by default.

Loading
Loading