Build/Test Tools: Allow the local development environment to run on Apple M1 machines without requiring local configuration changes.

The `amd64/mysql` and `amd64/mariadb` official images from Docker are compatible with x86 running on the ARM64v8 architecture of M1 machines.

Props afragen, justinahinon, desrosj, talldanwp, antonvlasenko, gziolo, aristath, johnbillion

Fixes #52356

Built from https://develop.svn.wordpress.org/trunk@53358


git-svn-id: http://core.svn.wordpress.org/trunk@52947 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2022-05-06 17:16:11 +00:00
parent b230f10cf5
commit 9afce5d0af

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.1-alpha-53357';
$wp_version = '6.1-alpha-53358';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.