Skip to content

Commit

Permalink
update build_image workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaiPetukhov committed Jul 19, 2024
1 parent 57f0efe commit ae3c865
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/manual-build-push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ jobs:
docker:
runs-on: ubuntu-latest
steps:
-
name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: false
swap-storage: true
-
name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit ae3c865

Please sign in to comment.