Skip to content

Commit

Permalink
feat: Add arm64 architecture support (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainbourgeois authored Nov 4, 2023
1 parent 2db375d commit 93b7f96
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,27 @@ bases:
- build-on:
- name: ubuntu
channel: "22.04"
architectures:
- amd64
run-on:
- name: ubuntu
channel: "22.04"
architectures:
- amd64
- build-on:
- name: ubuntu
channel: "22.04"
architectures:
- arm64
run-on:
- name: ubuntu
channel: "22.04"
architectures:
- arm64

parts:
charm:
charm-binary-python-packages:
# This is a dev tool, so there is no issue with using binary packages in favor of build time
- cryptography
- jsonschema
- ops >= 2.2.0
# build-packages:
# - libffi-dev
# - libssl-dev
# - rustc
# - cargo
# - pkg-config

0 comments on commit 93b7f96

Please sign in to comment.