aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorRubén Beltrán del Río <jj@r.bdr.sh>2026-01-18 17:04:18 +0100
committerRubén Beltrán del Río <jj@r.bdr.sh>2026-01-18 17:45:47 +0100
commit1498b8b2acde9a20da08a009fa94bc2e6c80223b (patch)
tree116f7c29edc2213867087e71d9f5498a0e7899f5 /.build.yml
parente22e1210b117c95f3aa7f877b3217c623f7bcfa9 (diff)
Allow cleanup to prevent space issues
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index 37d77a6..4fdfeac 100644
--- a/.build.yml
+++ b/.build.yml
@@ -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