Skip to content

Commit

Permalink
fix: replace aarch46 with ppc64el
Browse files Browse the repository at this point in the history
Not sure how we ended up with this list of architectures.
  • Loading branch information
manadart committed Nov 8, 2024
1 parent 7cbe911 commit 088ea7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ bases:
channel: "24.04"
architectures:
- amd64
- aarch64
- arm64
- s390x
- ppc64el
- name: ubuntu
channel: "22.04"
architectures:
- amd64
- aarch64
- arm64
- s390x
- ppc64el
- name: ubuntu
channel: "20.04"
architectures:
Expand Down

0 comments on commit 088ea7d

Please sign in to comment.