diff --git a/.github/workflows/publish-otel-php-base-docker-image.yml b/.github/workflows/publish-otel-php-base-docker-image.yml index c5dcee99..20ff89f2 100644 --- a/.github/workflows/publish-otel-php-base-docker-image.yml +++ b/.github/workflows/publish-otel-php-base-docker-image.yml @@ -44,7 +44,7 @@ jobs: push: false file: docker/Dockerfile 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 }} cache-from: type=gha cache-to: type=gha,mode=max