We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2d52a8 commit b9c76bdCopy full SHA for b9c76bd
1 file changed
.github/workflows/build.yml
@@ -411,6 +411,15 @@ jobs:
411
- test-unit
412
if: ${{ github.event_name != 'pull_request' && github.repository == 'docker/buildx' }}
413
steps:
414
+ -
415
+ name: Free disk space
416
+ uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
417
+ with:
418
+ android: true
419
+ dotnet: true
420
+ haskell: true
421
+ large-packages: true
422
+ swap-storage: true
423
-
424
name: Set up QEMU
425
uses: docker/setup-qemu-action@v3
0 commit comments