Skip to content

Commit

Permalink
Merge pull request #77 from SimonRichardson/correct-architectures
Browse files Browse the repository at this point in the history
fix: correct architectures
  • Loading branch information
manadart authored Sep 30, 2024
2 parents 75a5f9e + e3c9fe8 commit dfc4830
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,30 @@ parts:
bases:
- build-on:
- name: ubuntu
channel: "22.04"
channel: "24.04"
architectures: ["amd64"]
run-on:
- name: ubuntu
channel: "24.04"
architectures:
- amd64
- arm64
- s390x
- ppc64el
- riscv64
- name: ubuntu
channel: "22.04"
architectures:
architectures:
- amd64
- aarch64
- arm64
- s390x
- ppc64el
- riscv64
- name: ubuntu
channel: "20.04"
architectures:
architectures:
- amd64
- aarch64
- arm64
- s390x
- ppc64el
- riscv64

0 comments on commit dfc4830

Please sign in to comment.