diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 33f806c..8a0ec8d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 @@ -44,4 +44,4 @@ jobs: push: true tags: tsuru/base-platform:${{ matrix.version }} platforms: linux/amd64, linux/arm64 - build-args: ubuntu_version=${{ matrix.version }} \ No newline at end of file + build-args: ubuntu_version=${{ matrix.version }}