diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 99f5ba4..d94b56b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,10 +21,11 @@ jobs: strategy: matrix: - version: [ '8.0', '8.1', '8.2', '8.3', '8.4' ] + platform: [ 'linux/amd64', 'linux/arm64' ] + version: [ '8.1', '8.2', '8.3', '8.4' ] extensions: [ 'pcntl xdebug zip intl bcmath rdkafka pdo_pgsql pdo_mysql gd' ] - runs-on: ubuntu-latest + runs-on: ${{ startsWith(matrix.platform, 'linux/arm') && 'ubuntu-24.04-arm' || 'ubuntu-24.04' }} steps: - name: Check out the repo @@ -52,7 +53,6 @@ jobs: with: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - platforms: linux/amd64,linux/arm64 cache-from: | type=gha,scope=ci-cache type=gha,scope=release-cache