Update the charmcraft.yaml for xena (no 22.04 base)

- Build on 20.04 amd64
- Run on 20.04 amd64, s390x, ppc64el, arm64

Change-Id: Iacbdca7534457b88f8366c487ab7a4dbd106a194
This commit is contained in:
Alex Kavanagh 2022-05-16 18:46:47 +01:00
parent efc563670c
commit 55cda33a7a
1 changed files with 1 additions and 3 deletions

View File

@ -25,9 +25,7 @@ bases:
channel: "20.04"
architectures:
- amd64
- s390x
- ppc64el
- arm64
run-on:
- name: ubuntu
channel: "20.04"
architectures: [amd64, s390x, ppc64el, arm64]