Update Building-Fleet.md (#22858)

Updated MySQL instruction for macOS M1
This commit is contained in:
Victor Lyuboslavsky 2024-10-15 12:56:20 -05:00 committed by GitHub
parent a795046ec9
commit f2fedb0187
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -153,7 +153,7 @@ docker compose up
```
> Note: you can customize the DB Docker image via the environment variables FLEET_MYSQL_IMAGE and FLEET_MYSQL_PLATFORM. For example:
> - To run in macOS M1, set FLEET_MYSQL_IMAGE=arm64v8/mysql:oracle FLEET_MYSQL_PLATFORM=linux/arm64/v8
> - To run in macOS M1+, set FLEET_MYSQL_PLATFORM=linux/arm64/v8
> - To test with MariaDB, set FLEET_MYSQL_IMAGE to mariadb:10.6 or the like (note MariaDB is not officially supported).
### Stopping the local development environment