From c35c942bf88da81459beee1d9f926b9125202f61 Mon Sep 17 00:00:00 2001 From: cytopia Date: Sun, 27 Mar 2022 07:46:56 +0200 Subject: [PATCH] Add support for arm64 --- .github/workflows/params-nightly_master.yml | 2 +- .github/workflows/params-nightly_tags.yml | 2 +- .github/workflows/params.yml | 2 +- CHANGELOG.md | 3 +++ README.md | 2 ++ 5 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/params-nightly_master.yml b/.github/workflows/params-nightly_master.yml index adca58c..7144cce 100644 --- a/.github/workflows/params-nightly_master.yml +++ b/.github/workflows/params-nightly_master.yml @@ -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"] } ] diff --git a/.github/workflows/params-nightly_tags.yml b/.github/workflows/params-nightly_tags.yml index 03a7e2e..88bee69 100644 --- a/.github/workflows/params-nightly_tags.yml +++ b/.github/workflows/params-nightly_tags.yml @@ -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"] } ] diff --git a/.github/workflows/params.yml b/.github/workflows/params.yml index 503fc42..58a8e78 100644 --- a/.github/workflows/params.yml +++ b/.github/workflows/params.yml @@ -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"] } ] diff --git a/CHANGELOG.md b/CHANGELOG.md index 33c1f8f..e517382 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ ## Release 0.138 +#### Added +- Added arm64 support + #### Changed - Separated nightly jobs diff --git a/README.md b/README.md index 8b65302..ba58412 100644 --- a/README.md +++ b/README.md @@ -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.