fix: Maximize build space for building the image
This commit is contained in:
parent
5fb8081935
commit
ba40f8fe8d
2 changed files with 6 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -109,6 +109,9 @@ jobs:
|
|||
- amd64-prebuild
|
||||
|
||||
steps:
|
||||
- name: Maximize build space
|
||||
uses: ublue-os/remove-unwanted-software@e3843c85f5f9b73626845de0f5d44fb78ce22e12 # v6
|
||||
|
||||
- uses: earthly/actions-setup@43211c7a0eae5344d6d79fb4aaf209c8f8866203 # v1.0.13
|
||||
|
||||
- name: Set up QEMU
|
||||
|
|
|
|||
3
.github/workflows/tag.yml
vendored
3
.github/workflows/tag.yml
vendored
|
|
@ -99,6 +99,9 @@ jobs:
|
|||
- amd64-prebuild
|
||||
|
||||
steps:
|
||||
- name: Maximize build space
|
||||
uses: ublue-os/remove-unwanted-software@e3843c85f5f9b73626845de0f5d44fb78ce22e12 # v6
|
||||
|
||||
# Setup repo and add caching
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue