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: Iec8679960b19e13344b39cfad2d52ec5e119d21f
This commit is contained in:
Alex Kavanagh 2022-05-16 18:47:24 +01:00
parent 41a37ca8dc
commit a5a1fe7f59
1 changed files with 1 additions and 3 deletions

View File

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