restore all platforms

This commit is contained in:
Brett McBride 2025-07-11 10:38:18 +10:00
parent 5b1a933fa0
commit cd6a8de3f5
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ jobs:
push: false push: false
file: docker/Dockerfile file: docker/Dockerfile
build-args: PHP_VERSION=${{ matrix.php-version }} build-args: PHP_VERSION=${{ matrix.php-version }}
platforms: linux/amd64 platforms: linux/amd64,linux/arm/v8,linux/arm64
tags: ghcr.io/open-telemetry/opentelemetry-php/opentelemetry-php-base:${{ matrix.php-version }} tags: ghcr.io/open-telemetry/opentelemetry-php/opentelemetry-php-base:${{ matrix.php-version }}
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max