kereis / traefik-certs-dumper

Dumps Let's Encrypt certificates of a specified domain which Traefik stores in acme.json.
Apache License 2.0
129 stars 24 forks source link

Fix multi-arch builds #165

Closed kereis closed 1 year ago

kereis commented 1 year ago

Previously, the custom manifest merging logic didn't work properly after first merge of that feature. However, arm32v7's docker image build is fixed. This means we no longer need to rely on custom manifest merging logic and we can build for amd64, arm64 and arm32v7 right away.