Skip to content

Commit 9e1ba8c

Browse files
committed
Update architectures
1 parent bf27511 commit 9e1ba8c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/params.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
{
1616
"NAME": "PHP",
1717
"VERSION": ["5.5"],
18-
"ARCH": ["linux/amd64", "linux/386", "linux/arm64", "linux/arm/v7", "linux/arm/v6", "linux/ppc64le", "linux/s390x", "linux/mips64le"]
18+
"ARCH": ["linux/amd64", "linux/386", "linux/arm64", "linux/arm/v7", "linux/arm/v6"]
1919
}
2020
]
2121

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[![](https://images.microbadger.com/badges/image/devilbox/php-fpm-5.5.svg)](https://microbadger.com/images/devilbox/php-fpm-5.5 "php-fpm-5.5")
1212
[![License](https://img.shields.io/badge/license-MIT-%233DA639.svg)](https://opensource.org/licenses/MIT)
1313

14-
**Available Architectures:** `amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`, `mips64le`
14+
**Available Architectures:** `amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`
1515

1616
This repository will provide you a fully functional PHP-FPM 5.5 Docker image built from [official sources](http://php.net) nightly. PHP 5.5 [reached EOL](http://php.net/eol.php) on 10 Jul 2016. It provides the base for [Devilbox PHP-FPM Docker images](https://github.com/devilbox/docker-php-fpm).
1717

@@ -25,7 +25,7 @@ Have a look at the following similar Devilbox base images for which no official
2525

2626
* [PHP-FPM 5.2](https://github.com/devilbox/docker-php-fpm-5.2)
2727
* [PHP-FPM 5.3](https://github.com/devilbox/docker-php-fpm-5.3)
28-
* [PHP-FPM 5.5](https://github.com/devilbox/docker-php-fpm-5.5)
28+
* [PHP-FPM 5.4](https://github.com/devilbox/docker-php-fpm-5.4)
2929
* [PHP-FPM 5.5](https://github.com/devilbox/docker-php-fpm-5.5)
3030
* [PHP-FPM 7.4](https://github.com/devilbox/docker-php-fpm-7.4)
3131
* [PHP-FPM 8.0](https://github.com/devilbox/docker-php-fpm-8.0)

0 commit comments

Comments
 (0)