Skip to content

Commit

Permalink
test: arm64 test (#1)
Browse files Browse the repository at this point in the history
* test: arm64 test

* update dockerhub repo
  • Loading branch information
bduranleau-nr authored Oct 2, 2024
1 parent 269bfbd commit e7173ef
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/push-new-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
echo "version_short=$version_short" >> $GITHUB_ENV
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3
with:
platforms: linux/amd64,linux/arm64
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
Expand All @@ -26,4 +28,6 @@ jobs:
with:
context: "{{defaultContext}}:${{ env.version_short }}"
push: true
tags: newrelic/php-daemon:latest,newrelic/php-daemon:${{ env.version_short }}
tags: bduranleau832/php-daemon:latest,bduranleau832/php-daemon:${{ env.version_short }}
with:
platforms: linux/amd64,linux/arm64

0 comments on commit e7173ef

Please sign in to comment.