Closed lcnittl closed 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 :-)
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.
Thanks a lot! It is working for me as expected.
You may close this issue.
Great! You may switch to the stable channel using sudo snap refresh --channel=stable certbot-dns-inwx
now.
Trying to install via snap on a raspberry Pi gives the following:
Would it be possible to also release this plugin for
arm64
arch?