pajikos / sms-gammu-gateway

Simple SMS REST API gateway for sending SMS from gammu supported devices
Apache License 2.0
116 stars 31 forks source link

Add GH workflow to automatically build and deploy Docker images + multiarch support (amd64/arm6/arm64) #14

Closed gpailler closed 3 years ago

gpailler commented 3 years ago

The primary goal of my changes was to build a Docker image for arm6 (Raspberry pi)

About the changes:

The GH workflow is running fine on my GitHub project and the images are properly pushed to my Docker repository. I have tested the arm6 image on a RPi 2 and it's running fine.

Thanks for your project!

pajikos commented 3 years ago

Hi @gpailler thank you, nice work.

gpailler commented 3 years ago

Awesome! Thanks!