[wp-trac] [WordPress Trac] #64654: Docker images in wordpress-develop do not support on Apple Silicon
WordPress Trac
noreply at wordpress.org
Tue Feb 17 15:44:57 UTC 2026
#64654: Docker images in wordpress-develop do not support on Apple Silicon
------------------------------+------------------------------
Reporter: huzaifaalmesbah | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Build/Test Tools | Version:
Severity: normal | Resolution:
Keywords: | Focuses:
------------------------------+------------------------------
Comment (by mcsf):
I've observed the same issue, so thanks for filing this.
> The environment starts only if docker-compose.override.yml includes
platform overrides for php and cli (similar to mysql):
That's useful. In a pinch, when I needed to run pre-commit tests the other
day, the workaround I used was to choose older Docker images that provide
the necessary platform support:
{{{
$ diff .env.example .env
18c18
< LOCAL_PHP=latest
---
> LOCAL_PHP=7.4-fpm
}}}
----
@pento (hi!) — your name is attached to these recently updated PHP images:
https://hub.docker.com/r/wordpressdevelop/php/tags
Are you the person to ask about this?
--
Ticket URL: <https://core.trac.wordpress.org/ticket/64654#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list