dsteinkopf / backup-all-mysql

Docker image to do automatic backups of a mysql DB.
https://nerdblog.steinkopf.net/2017/04/backup-all-mysql-docker-image-fuer-einfaches-backup/
GNU General Public License v2.0
14 stars 8 forks source link

Added Raspberry Pi Support #19

Open sepidre opened 2 years ago

sepidre commented 2 years ago

Added Raspberry Pi Support for my home project.

sepidre commented 2 years ago

Its working

dsteinkopf commented 2 years ago

Sorry for the delay. I‘ll have a deeper look at it At the weekend. We should use a more uptodate version of raspbian. And Important: Will this still run on x86 installations?

sepidre commented 2 years ago

This is planned as a RPI Build. Maybe with a rpi tag?

dsteinkopf commented 2 years ago

I‘ve never tried multi platform images. Google show me these docs: https://docs.docker.com/desktop/multi-arch/ https://www.docker.com/blog/multi-platform-docker-builds/

Please find out the correct solution and then I‘d love to integrate it here.