add weekly build, change to trixie and clean up

This commit is contained in:
Pau Capó 2025-08-10 11:07:45 +02:00
parent 15adccd03c
commit 76b56114b5
3 changed files with 52 additions and 15 deletions

View file

@ -1,7 +1,6 @@
#!/bin/bash
PHP_VERSIONS="7.4 8.0 8.1 8.2"
WKHTML=""
PLATFORMS="linux/arm64/v8,linux/amd64"
# testing
@ -36,10 +35,6 @@ for PHP_VERSION in ${PHP_VERSIONS}; do
build ${PHP_VERSION} ${PHP_VERSION}
done
for PHP_VERSION in ${WKHTML}; do
build "${PHP_VERSION}-wkhtml" "${PHP_VERSION}" "--build-arg WKHTML=1"
done
docker buildx rm multi-platform-builder --force
docker image prune -a --force