Skip to content

Commit

Permalink
feat: Add arm64 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainbourgeois committed Nov 4, 2023
1 parent 8d0ed29 commit 0d28447
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 0d28447

Please sign in to comment.