Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: docker deploy script runs out of space #8788

Merged
merged 2 commits into from
Jan 20, 2025

Conversation

mmaietta
Copy link
Collaborator

@mmaietta mmaietta commented Jan 19, 2025

Fixes: https://github.com/electron-userland/electron-builder/actions/runs/12857907910/job/35846664284

Run find /home/runner/work/_temp -type f -name "electron-builder-all-*.tar" -exec docker image load --input "{}" \;

write /blobs/sha256/b729d0d4583d5643ae5524776c32beeb[1](https://github.com/electron-userland/electron-builder/actions/runs/12857907910/job/35846664284#step:7:1)6104bef87a499098bb514093541db5a: no space left on device
write /blobs/sha256/bc995f40c4ff5af1b6fcc18f6d23c4e4146c150237a21454d8c4e[6](https://github.com/electron-userland/electron-builder/actions/runs/12857907910/job/35846664284#step:7:7)ec4e438abc: no space left on device
write /blobs/sha256/f315cb4a43eb539a64d546702b5cf46078ccfab6bab356a509d4eba44b325fcc: no space left on device
write /blobs/sha256/8409398aaa6198[7](https://github.com/electron-userland/electron-builder/actions/runs/12857907910/job/35846664284#step:7:8)5565f16ffe27c9b4fa330f3767dba4e8b6479546a8585389f: no space left on device
write /blobs/sha256/b987f39d0208bed353c2a63c64999[8](https://github.com/electron-userland/electron-builder/actions/runs/12857907910/job/35846664284#step:7:9)2374c449178e434833c7a7aa863d49e544: no space left on device

Splits deployment of each node version into a matrix by major node versions so as to reduce usage of disk space on a single runner

Verified: https://github.com/electron-userland/electron-builder/actions/runs/12858165049

@mmaietta mmaietta marked this pull request as ready for review January 20, 2025 00:40
@mmaietta mmaietta merged commit 8d6a600 into master Jan 20, 2025
19 checks passed
@mmaietta mmaietta deleted the fix/docker-deploy-out-of-space branch January 20, 2025 00:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant