Add support for arm64

This commit is contained in:
cytopia
2022-03-27 07:46:56 +02:00
parent a02163b6c1
commit c35c942bf8
5 changed files with 8 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ env:
"NAME": "PHP",
"VERSION": ["5.3", "5.4", "5.5", "5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2"],
"FLAVOUR": ["default"],
"ARCH": ["linux/amd64"]
"ARCH": ["linux/amd64", "linux/arm64"]
}
]

View File

@@ -22,7 +22,7 @@ env:
"NAME": "PHP",
"VERSION": ["5.3", "5.4", "5.5", "5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2"],
"FLAVOUR": ["default"],
"ARCH": ["linux/amd64"]
"ARCH": ["linux/amd64", "linux/arm64"]
}
]

View File

@@ -22,7 +22,7 @@ env:
"NAME": "PHP",
"VERSION": ["5.3", "5.4", "5.5", "5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2"],
"FLAVOUR": ["default"],
"ARCH": ["linux/amd64"]
"ARCH": ["linux/amd64", "linux/arm64"]
}
]

View File

@@ -6,6 +6,9 @@
## Release 0.138
#### Added
- Added arm64 support
#### Changed
- Separated nightly jobs

View File

@@ -9,6 +9,8 @@
[![License](https://img.shields.io/badge/license-MIT-%233DA639.svg)](https://opensource.org/licenses/MIT)
**Available Architectures:** `amd64`, `arm64`
This repository will provide you fully functional PHP-FPM Docker images in different flavours,
versions and packed with different types of integrated PHP modules. It also solves the problem of **[syncronizing file permissions](#unsynchronized-permissions)** of mounted volumes between the host and the container.