Skip to content

Commit

Permalink
workflow: get more disk space for build
Browse files Browse the repository at this point in the history
  • Loading branch information
amazingfate committed Aug 17, 2023
1 parent 4ad0e84 commit 88cb8a9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/compile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ jobs:
OCI_TARGET_BASE: "ghcr.io/${{ github.repository }}/" # This is picked up by the Docker launcher automatically
steps:

- name: Get more space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 30720
swap-size-mb: 1024
remove-dotnet: 'true'
remove-android: 'true'

# Login to ghcr.io, for later uploading rootfs to ghcr.io
- name: Docker Login to GitHub Container Registry
uses: docker/login-action@v2
Expand Down

0 comments on commit 88cb8a9

Please sign in to comment.