Skip to content

Commit

Permalink
chore: remove arm 24.04 support
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Belanger <[email protected]>
  • Loading branch information
gruyaume committed Dec 3, 2024
1 parent 93ff3f6 commit f536f30
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
- arch: arm64
base: ubuntu-22.04
runner: [self-hosted, linux, ARM64, medium, jammy]
- arch: arm64
base: ubuntu-24.04
runner: [self-hosted, linux, ARM64, medium, noble]
runs-on: ${{ matrix.version.runner }}
steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
- arch: arm64
base: ubuntu-22.04
runner: [self-hosted, linux, ARM64, medium, jammy]
- arch: arm64
base: ubuntu-24.04
runner: [self-hosted, linux, ARM64, medium, noble]
runs-on: ${{ matrix.version.runner }}
steps:
- name: Checkout
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/publish-charm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
- arch: arm64
base: ubuntu-22.04
runner: [self-hosted, linux, ARM64, medium, jammy]
- arch: arm64
base: ubuntu-24.04
runner: [self-hosted, linux, ARM64, medium, noble]
runs-on: ${{ matrix.version.runner }}
steps:
- name: Checkout
Expand Down

0 comments on commit f536f30

Please sign in to comment.