Skip to content

Commit

Permalink
chore: bump charm base to ubuntu 24.04
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Belanger <[email protected]>
  • Loading branch information
gruyaume committed Dec 2, 2024
1 parent 97db5a1 commit 992abde
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
arch:
- arch: amd64
runner: ubuntu-22.04
runner: ubuntu-24.04
- arch: arm64
runner: [self-hosted, linux, ARM64, medium, jammy]
runs-on: ${{ matrix.arch.runner }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
arch:
- arch: amd64
runner: ubuntu-22.04
runner: ubuntu-24.04
- arch: arm64
runner: [self-hosted, linux, ARM64, medium, jammy]
runs-on: ${{ matrix.arch.runner }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/promote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ jobs:
destination-channel: latest/${{ env.promote-to }}
origin-channel: latest/${{ env.promote-from }}
charmcraft-channel: latest/stable
base-channel: "22.04"
base-channel: "24.04"
base-architecture: ${{ github.event.inputs.arch }}
2 changes: 1 addition & 1 deletion .github/workflows/publish-charm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
arch:
- arch: amd64
runner: ubuntu-22.04
runner: ubuntu-24.04
- arch: arm64
runner: [self-hosted, linux, ARM64, medium, jammy]
runs-on: ${{ matrix.arch.runner }}
Expand Down
8 changes: 4 additions & 4 deletions charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,22 @@ type: charm
bases:
- build-on:
- name: ubuntu
channel: "22.04"
channel: "24.04"
architectures:
- amd64
run-on:
- name: ubuntu
channel: "22.04"
channel: "24.04"
architectures:
- amd64
- build-on:
- name: ubuntu
channel: "22.04"
channel: "24.04"
architectures:
- arm64
run-on:
- name: ubuntu
channel: "22.04"
channel: "24.04"
architectures:
- arm64

Expand Down
2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ resource "juju_application" "self-signed-certificates" {
charm {
name = "self-signed-certificates"
channel = var.channel
base = "ubuntu@22.04"
base = "ubuntu@24.04"
}
config = var.config
units = 1
Expand Down

0 comments on commit 992abde

Please sign in to comment.