Skip to content

Commit

Permalink
Add support 18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
xtrusia committed Jun 18, 2024
1 parent 2e86396 commit 01444bf
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 01444bf

Please sign in to comment.