Stewart Smith <stew...@flamingspork.com> writes: > MySQL docker images only have amd64 arch support > MariaDB images have amd64, arm64v8, and ppc64le >
This seems like a good idea. For fun I tried to extend cross-platform support to travis as well, seeing as they now support arm64, amd64, ppc64le and s390x. It did not go well: https://travis-ci.org/github/daxtens/patchwork/builds/698412262 It looks like the cross-platform images don't have postgres 9.6. I will look into it at some point, unless anyone feel like taking a stab sooner. -- d > Signed-off-by: Stewart Smith <stew...@flamingspork.com> > --- > docker-compose.yml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/docker-compose.yml b/docker-compose.yml > index 1762d4a..1d49c51 100644 > --- a/docker-compose.yml > +++ b/docker-compose.yml > @@ -1,7 +1,7 @@ > version: "3" > services: > db: > - image: mysql:5.7 > + image: mariadb:10.4 > volumes: > - ./tools/docker/db/data:/var/lib/mysql > environment: > -- > 2.26.2 > > _______________________________________________ > Patchwork mailing list > Patchwork@lists.ozlabs.org > https://lists.ozlabs.org/listinfo/patchwork _______________________________________________ Patchwork mailing list Patchwork@lists.ozlabs.org https://lists.ozlabs.org/listinfo/patchwork