Skip to content

Commit

Permalink
add support for 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheu committed Jun 13, 2024
1 parent e6e1dee commit d67a894
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
version: ["20.04", "22.04", latest]
version: ["20.04", "22.04", "24.04", latest]

runs-on: ubuntu-latest

Expand Down Expand Up @@ -44,4 +44,4 @@ jobs:
push: true
tags: tsuru/base-platform:${{ matrix.version }}
platforms: linux/amd64, linux/arm64
build-args: ubuntu_version=${{ matrix.version }}
build-args: ubuntu_version=${{ matrix.version }}

0 comments on commit d67a894

Please sign in to comment.