Skip to content

Commit

Permalink
feat: Add arm64 support (#264)
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Aronsson <[email protected]>
  • Loading branch information
ghislainbourgeois and simskij authored Jan 12, 2024
1 parent e2947d7 commit 926191c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ bases:
- 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:
build-packages:
Expand Down

0 comments on commit 926191c

Please sign in to comment.