Skip to content

Commit

Permalink
Add support 18.04
Browse files Browse the repository at this point in the history
Signed-off-by: Seyeong Kim <[email protected]>
  • Loading branch information
xtrusia committed Jun 18, 2024
1 parent 2e86396 commit 6086244
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,19 @@ bases:
- name: "ubuntu"
channel: "20.04"
architectures: [arm64]
- build-on:
- name: "ubuntu"
channel: "20.04"
architectures: [amd64]
run-on:
- name: "ubuntu"
channel: "18.04"
architectures: [amd64]
- build-on:
- name: "ubuntu"
channel: "20.04"
architectures: [arm64]
run-on:
- name: "ubuntu"
channel: "18.04"
architectures: [arm64]

0 comments on commit 6086244

Please sign in to comment.