diff options
| author | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-01-18 17:04:18 +0100 |
|---|---|---|
| committer | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-01-18 17:45:47 +0100 |
| commit | 1498b8b2acde9a20da08a009fa94bc2e6c80223b (patch) | |
| tree | 116f7c29edc2213867087e71d9f5498a0e7899f5 /.build.yml | |
| parent | e22e1210b117c95f3aa7f877b3217c623f7bcfa9 (diff) | |
Allow cleanup to prevent space issues
Diffstat (limited to '.build.yml')
| -rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,4 +42,4 @@ tasks: flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo - release: | cd map-linux - make -e target=x86_64-unknown-linux-gnu -e flatpak_cargo_generator=/home/build/flatpak-builder-tools/cargo ci + make -e clean_images=1 -e target=x86_64-unknown-linux-gnu -e flatpak_cargo_generator=/home/build/flatpak-builder-tools/cargo ci |