Skip to content

Commit

Permalink
Add linux/arm64 to base images support M3 devices (#1343)
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricziel authored Jul 5, 2024
1 parent a822c45 commit 17ad56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-otel-php-base-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
push: true
file: docker/Dockerfile
build-args: PHP_VERSION=${{ matrix.php-version }}
platforms: linux/amd64,linux/arm/v8
platforms: linux/amd64,linux/arm/v8,linux/arm64
tags: ghcr.io/open-telemetry/opentelemetry-php/opentelemetry-php-base:${{ matrix.php-version }}

0 comments on commit 17ad56a

Please sign in to comment.