Skip to content

Commit

Permalink
Build charm for ARM as well (#58)
Browse files Browse the repository at this point in the history
* Update release.yaml

* Update release.yaml

* Update release.yaml

* Update charmcraft.yaml

* Update release.yaml

* Update release.yaml

* also build arm for 20.04
  • Loading branch information
simskij authored Feb 19, 2024
1 parent 2435c46 commit 48f0cb2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ jobs:
secrets: inherit
with:
provider: lxd
build-for-arm: true
16 changes: 16 additions & 0 deletions charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@

type: charm
bases:
- build-on:
- name: "ubuntu"
channel: "22.04"
architectures: ["arm64"]
run-on:
- name: "ubuntu"
channel: "22.04"
architectures: ["arm64"]
- build-on:
- name: "ubuntu"
channel: "20.04"
architectures: ["arm64"]
run-on:
- name: "ubuntu"
channel: "20.04"
architectures: ["arm64"]
- build-on:
- name: "ubuntu"
channel: "22.04"
Expand Down

0 comments on commit 48f0cb2

Please sign in to comment.