oGGy990 / certbot-dns-inwx

INWX DNS authenticator plugin for certbot
Apache License 2.0
105 stars 16 forks source link

Release for arm64 architecture #20

Closed lcnittl closed 3 years ago

lcnittl commented 3 years ago

Trying to install via snap on a raspberry Pi gives the following:

root@host ~# snap install certbot-dns-inwx
error: snap "certbot-dns-inwx" is not available on stable for this architecture
       (arm64) but exists on other architectures (amd64).

Would it be possible to also release this plugin for arm64 arch?

lcnittl commented 3 years ago

Looks like this requires

architectures:
  - build-on: amd64
    run-on: armhf

to be added to snapcraft.yaml like here.

Cf also https://forum.snapcraft.io/t/how-to-enable-arm64-builds/5618 and https://forum.snapcraft.io/t/architectures/4972 .

Would be awesome! Thx :-)

oGGy990 commented 3 years ago

Hey @lcnittl,

I added the project to the snapcraft CI build system and adjusted the snapcraft.yaml.

You should be able to install it using sudo snap install --channel=edge certbot-dns-inwx. If it works (or not), please give some feedback. I'll add it to the stable channel then.

lcnittl commented 3 years ago

Thanks a lot! It is working for me as expected.

You may close this issue.

oGGy990 commented 3 years ago

Great! You may switch to the stable channel using sudo snap refresh --channel=stable certbot-dns-inwx now.