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: I9a1b379a8df2c89cb453040071d7c68d7f20981e
This commit is contained in:
Alex Kavanagh 2022-05-16 18:48:43 +01:00
parent 2e9176c142
commit 91381aff25
1 changed files with 1 additions and 3 deletions

View File

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