remove arm/7
This commit is contained in:
2
build.sh
2
build.sh
@@ -9,5 +9,5 @@ docker buildx create --name phpbuilder
|
|||||||
docker buildx use phpbuilder
|
docker buildx use phpbuilder
|
||||||
|
|
||||||
echo "Building: PHP Container"
|
echo "Building: PHP Container"
|
||||||
docker buildx build --platform linux/amd64,linux/arm/v7,linux/arm64 -t "richarvey/nginx-php-fpm:${VERSION}" -t richarvey/nginx-php-fpm:latest --push .
|
docker buildx build --platform linux/amd64,linux/arm64 -t "richarvey/nginx-php-fpm:${VERSION}" -t richarvey/nginx-php-fpm:latest --push .
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user