add weekly build, change to trixie and clean up
This commit is contained in:
parent
15adccd03c
commit
76b56114b5
3 changed files with 52 additions and 15 deletions
5
build.sh
5
build.sh
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue