mirror of
https://github.com/dunglas/frankenphp.git
synced 2025-12-24 13:38:11 +08:00
feat(docker): add support for Debian Trixie (#1777)
* ci: add support for Debian Trixie * nit * add Trixie to bug_report.yaml --------- Co-authored-by: Kévin Dunglas <kevin@dunglas.fr>
This commit is contained in:
committed by
GitHub
parent
952754db27
commit
c14d771fdf
4
.github/workflows/docker.yaml
vendored
4
.github/workflows/docker.yaml
vendored
@@ -124,6 +124,10 @@ jobs:
|
||||
race: "-race" # The Go race detector is only supported on amd64
|
||||
exclude:
|
||||
# arm/v6 is only available for Alpine: https://github.com/docker-library/golang/issues/502
|
||||
- variant: php-${{ needs.prepare.outputs.php82_version }}-trixie
|
||||
platform: linux/arm/v6
|
||||
- variant: php-${{ needs.prepare.outputs.php83_version }}-trixie
|
||||
platform: linux/arm/v6
|
||||
- variant: php-${{ needs.prepare.outputs.php82_version }}-bookworm
|
||||
platform: linux/arm/v6
|
||||
- variant: php-${{ needs.prepare.outputs.php83_version }}-bookworm
|
||||
|
||||
Reference in New Issue
Block a user