jbergstroem / mariadb-alpine

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

feat: create a manual release workflow #159

Closed jbergstroem closed 1 year ago

jbergstroem commented 1 year ago

The logic is as follows:

  1. Extract mariadb version from apk
  2. Build and test container on amd64
  3. Push to docker hub and github

Options:

With this workflow, mariadb-alpine now supports 7 architectures:

Fixes: https://github.com/jbergstroem/mariadb-alpine/issues/29 Fixes: https://github.com/jbergstroem/mariadb-alpine/issues/17

jbergstroem commented 1 year ago

Not sure how to test this without merging or in another repo..

Edit: doing it in a private repo.