diff --git a/.arg b/.arg index 355e4e9..2b1f523 100644 --- a/.arg +++ b/.arg @@ -1,4 +1,4 @@ CR_HOST=ghcr.io CR_ORG=earthbuild IMAGE_NAME=dind -EARTHLY_REPO_VERSION=c10f2cffa9a7020bc6f3c9fbb88fb89c66adf8bd +EARTHLY_REPO_VERSION=0bf3cdad507afcf5f4cebd38d4765b543e2ebac3 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 446b6a7..af5af97 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,8 +13,9 @@ concurrency: jobs: test: - name: test + name: test (${{ matrix.os }}) strategy: + matrix: os: [alpine, ubuntu-20.04, ubuntu-23.04, ubuntu-24.04] runs-on: ubuntu-latest @@ -51,3 +52,4 @@ jobs: if: github.event.pull_request.head.repo.full_name == github.repository - name: Run tests run: earthly --ci -P --push +test --OS=${{ matrix.os }} +