Skip to content

Commit

Permalink
feat(snapcraft.yaml): support to armhf
Browse files Browse the repository at this point in the history
  • Loading branch information
clazzor authored Jul 1, 2024
1 parent 4d935f0 commit c4c017a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,16 @@ grade: stable
confinement: strict
adopt-info: certbot-dns-wedos
architectures:
- build-on: amd64
- build-on: arm64
# - build-on: amd64
# - build-on: arm64
- build-on: armhf

parts:
install-lib:
plugin: nil
override-pull: |
apt update
apt install build-essential libssl-dev libffi-dev python3-dev
certbot-dns-wedos:
plugin: python
source: .
Expand Down

0 comments on commit c4c017a

Please sign in to comment.