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 10, 2024
1 parent 8bceb7d commit ab25b1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ 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:
- amd64
- aarch64
- arm64
- s390x
- ppc64el

0 comments on commit ab25b1f

Please sign in to comment.