jbergstroem / mariadb-alpine

A tiny and fast MariaDB container
MIT License
70 stars 19 forks source link

Use github matrix to build docker images #237

Open jbergstroem opened 1 year ago

jbergstroem commented 1 year ago

The buildx action recently grew support to split up builds into matrix. I doubt a lot of time will be saved but it is an interesting project.

Recent thread on how to get this done here: https://github.com/docker/build-push-action/issues/846