skibish / ddns

Personal DDNS client with Digital Ocean Networking DNS as backend.
MIT License
254 stars 24 forks source link

Missing arm64 architecture in docker registry #30

Closed gadgethm closed 2 years ago

gadgethm commented 2 years ago

I use a Raspberry Pi for most of the networking stuff on my homelab, but unfortunately there's no arm64 version of this docker container available on docker hub. I saw the binaries are available in arm64, so I think this is just a matter of updating the dockerfile/build process to include other architectures.

skibish commented 2 years ago

Hi @gadgethm ,

Yes, should be just an extension of the build configuration

gadgethm commented 2 years ago

I have some experience with docker builds, and will take a look at adding this over the next couple of days.

skibish commented 2 years ago

Okay 👍

Ping me if you'll find yourself stuck. I'll guide you with hints :)