gregtwallace / certwarden

Cert Warden is a centralized ACME Client. It provides an API for certificate consumers to fetch their individual keys and certs with API keys.
https://www.certwarden.com/
Other
183 stars 6 forks source link

Support multi arch images #5

Closed sjafferali closed 1 year ago

sjafferali commented 1 year ago

Ahoy 👋 . I wanted to try this out, but my host is an arm64 host, which is not compatible with the currently published docker image. This change updates the github action to build a multi-arch docker image that supports both arm64 and amd64.

gregtwallace commented 1 year ago

Thanks!