trying with longet timeout

This commit is contained in:
Ric Harvey
2020-08-03 13:46:51 +01:00
parent f9d8396d1d
commit 5a12bfa042
2 changed files with 4 additions and 1 deletions

View File

@@ -9,5 +9,5 @@ docker buildx create --name phpbuilder
docker buildx use phpbuilder
echo "Building: PHP Container"
docker buildx build --platform linux/amd64,linux/arm64 -t "richarvey/nginx-php-fpm:${VERSION}" -t richarvey/nginx-php-fpm:latest --push .
docker buildx build --platform linux/amd64,linux/arm/v7,linux/arm64 -t "richarvey/nginx-php-fpm:${VERSION}" -t richarvey/nginx-php-fpm:latest --push .