pressbooks / local-dev-environment

This repository uses Lando/Docker to provision a local instance of Pressbooks for testing and development by open source contributors.
1 stars 1 forks source link

fix: allow for arm64 images #2

Closed cmurtagh closed 5 months ago

cmurtagh commented 5 months ago

I was getting amd64 images for mariadb and for mailhog. Being more specific for the mariadb version seems to get the right arch. Apparently mailhog is getting stale, so users are pulling from a different source.

https://github.com/lando/mailhog/issues/22