diff --git a/ressources/joplin-desktop/debmaker b/ressources/joplin-desktop/debmaker index 7d830d0..3d026b2 100755 --- a/ressources/joplin-desktop/debmaker +++ b/ressources/joplin-desktop/debmaker @@ -9,7 +9,7 @@ GIT_VERSION=v${VERSION} DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M) DEPOT=https://github.com/laurent22/joplin.git DEBIAN_VERSION_CODENAME=bullseye -IMAGE_SIZE=14 +IMAGE_SIZE=10 STEP="minimum_package envinit default_prebuild build makedeb" diff --git a/ressources/joplin-server/debmaker b/ressources/joplin-server/debmaker index 7d6a88b..9f862e1 100755 --- a/ressources/joplin-server/debmaker +++ b/ressources/joplin-server/debmaker @@ -9,7 +9,7 @@ GIT_VERSION=server-v${VERSION} DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M) DEPOT=https://github.com/laurent22/joplin.git DEBIAN_VERSION_CODENAME=bullseye -IMAGE_SIZE=14 +IMAGE_SIZE=8 STEP="minimum_package envinit default_prebuild build makedeb" diff --git a/ressources/vaultwarden-web/debmaker b/ressources/vaultwarden-web/debmaker index d808687..0ce13bd 100755 --- a/ressources/vaultwarden-web/debmaker +++ b/ressources/vaultwarden-web/debmaker @@ -8,7 +8,7 @@ APP=vaultwarden-web GIT_VERSION=v$VERSION DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M) DEBIAN_VERSION_CODENAME=bullseye -IMAGE_SIZE=10 +IMAGE_SIZE=5 DEPOT=https://github.com/dani-garcia/bw_web_builds.git STEP="minimum_package envinit default_prebuild build makedeb"