Skip to content

Commit

Permalink
Modify builder params
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinoda committed Oct 5, 2023
1 parent 123618d commit 15f6359
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-nightly-all.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Docker Nightly All Build
on:
# push:
push:
schedule:
- cron: '22 12 * * *'

Expand All @@ -12,9 +12,10 @@ jobs:
name: Maximize build space
uses: easimon/maximize-build-space@master
with:
overprovision-lvm: 'true'
# overprovision-lvm: 'true'
remove-dotnet: 'true'
remove-android: 'true'
temp-reserve-mb: 10000
-
name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit 15f6359

Please sign in to comment.