mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-11 11:31:16 +00:00
Add support for arm64
This commit is contained in:
2
.github/workflows/params-nightly_master.yml
vendored
2
.github/workflows/params-nightly_master.yml
vendored
@@ -22,7 +22,7 @@ env:
|
|||||||
"NAME": "PHP",
|
"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"],
|
"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"],
|
"FLAVOUR": ["default"],
|
||||||
"ARCH": ["linux/amd64"]
|
"ARCH": ["linux/amd64", "linux/arm64"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/params-nightly_tags.yml
vendored
2
.github/workflows/params-nightly_tags.yml
vendored
@@ -22,7 +22,7 @@ env:
|
|||||||
"NAME": "PHP",
|
"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"],
|
"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"],
|
"FLAVOUR": ["default"],
|
||||||
"ARCH": ["linux/amd64"]
|
"ARCH": ["linux/amd64", "linux/arm64"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/params.yml
vendored
2
.github/workflows/params.yml
vendored
@@ -22,7 +22,7 @@ env:
|
|||||||
"NAME": "PHP",
|
"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"],
|
"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"],
|
"FLAVOUR": ["default"],
|
||||||
"ARCH": ["linux/amd64"]
|
"ARCH": ["linux/amd64", "linux/arm64"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
@@ -6,6 +6,9 @@
|
|||||||
|
|
||||||
## Release 0.138
|
## Release 0.138
|
||||||
|
|
||||||
|
#### Added
|
||||||
|
- Added arm64 support
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
- Separated nightly jobs
|
- Separated nightly jobs
|
||||||
|
|
||||||
|
|||||||
@@ -9,6 +9,8 @@
|
|||||||
[](https://opensource.org/licenses/MIT)
|
[](https://opensource.org/licenses/MIT)
|
||||||
|
|
||||||
|
|
||||||
|
**Available Architectures:** `amd64`, `arm64`
|
||||||
|
|
||||||
This repository will provide you fully functional PHP-FPM Docker images in different flavours,
|
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.
|
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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user