Make WordPress Core


Ignore:
Timestamp:
09/07/2022 05:13:43 PM (2 years ago)
Author:
johnbillion
Message:

Build/Test Tools: Always use the amd64 images for MariaDB and MySQL on the local development environment.

The amd64/mysql and amd64/mariadb official images from Docker are also compatible with an x64 host machine which means they can be used by default instead of only when the host uses ARM64.

Props bernhard-reiter, czapla, gmovr, withinboredom

Fixes #56528

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docker-compose.yml

    r53895 r54096  
    6666  ##
    6767  mysql:
    68     image: ${LOCAL_DB_TYPE-mysql}:${LOCAL_DB_VERSION-latest}
     68    image: amd64/${LOCAL_DB_TYPE-mysql}:${LOCAL_DB_VERSION-latest}
    6969
    7070    networks:
Note: See TracChangeset for help on using the changeset viewer.