github / pages-gem

A simple Ruby Gem to bootstrap dependencies for setting up and maintaining a local Jekyll environment in sync with GitHub Pages
http://pages.github.com
MIT License
1.82k stars 349 forks source link

Enable multi arch docker image build #884

Closed rngtng closed 6 months ago

rngtng commented 1 year ago

I figured the docker image is only build for amd64 architectures.

With this change, multi arch is enabled by using the official docker build actions for docker login, build & push.

rngtng commented 6 months ago

Yes! Thanks a lot!