Skip to content

Commit c079eca

Browse files
committed
Revert "Build ARM alternatives of PHP 8+ images"
This reverts commit b3d946c.
1 parent b3d946c commit c079eca

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build/build-8.0.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
BUILDNUMBER=$bamboo_buildNumber
55

66
# PHP
7-
docker buildx build --push --platform linux/arm64/v8,linux/amd64 --build-arg PHP_VERSION=8 --build-arg ATATUS_VERSION=1.11.0 -t prlx/k8s-openresty-php-php:build-$BUILDNUMBER-php-8.0 -f php/Dockerfile-8.0 .
7+
docker build --build-arg PHP_VERSION=8 --build-arg ATATUS_VERSION=1.11.0 -t prlx/k8s-openresty-php-php:build-$BUILDNUMBER-php-8.0 -f php/Dockerfile-8.0 .

build/build-8.1.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
BUILDNUMBER=$bamboo_buildNumber
55

66
# PHP
7-
docker buildx build --push --platform linux/arm64/v8,linux/amd64 --build-arg PHP_VERSION=81 --build-arg ATATUS_VERSION=1.13.0 -t prlx/k8s-openresty-php-php:build-$BUILDNUMBER-php-8.1 -f php/Dockerfile-8.1 .
7+
docker build --build-arg PHP_VERSION=81 --build-arg ATATUS_VERSION=1.13.0 -t prlx/k8s-openresty-php-php:build-$BUILDNUMBER-php-8.1 -f php/Dockerfile-8.1 .

build/build-test-image-8.0.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
BUILDNUMBER=$bamboo_buildNumber
33

44
sed -i -e "s#{{ BUILDNUMBER }}#$BUILDNUMBER#g" test/Dockerfile-8.0
5-
docker buildx build --push --platform linux/arm64/v8,linux/amd64 -t prlx/k8s-openresty-php-php:build-$BUILDNUMBER-php-8.0-test -f test/Dockerfile-8.0 .
5+
docker build -t prlx/k8s-openresty-php-php:build-$BUILDNUMBER-php-8.0-test -f test/Dockerfile-8.0 .

build/build-test-image-8.1.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
BUILDNUMBER=$bamboo_buildNumber
33

44
sed -i -e "s#{{ BUILDNUMBER }}#$BUILDNUMBER#g" test/Dockerfile-8.1
5-
docker buildx build --push --platform linux/arm64/v8,linux/amd64 -t prlx/k8s-openresty-php-php:build-$BUILDNUMBER-php-8.1-test -f test/Dockerfile-8.1 .
5+
docker build -t prlx/k8s-openresty-php-php:build-$BUILDNUMBER-php-8.1-test -f test/Dockerfile-8.1 .

0 commit comments

Comments
 (0)