Skip to content

Commit

Permalink
Add arm64 builds for Docker container (#25)
Browse files Browse the repository at this point in the history
Builds both amd64 and arm64 containers on release.
  • Loading branch information
arbourd authored Apr 4, 2024
1 parent e340ce8 commit 6b84dfd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- name: Docker set up buildx
uses: docker/setup-buildx-action@v2

- name: Docker set up qemu
uses: docker/setup-qemu-action@v3

- name: Docker login
uses: docker/login-action@v2
with:
Expand All @@ -35,5 +38,6 @@ jobs:
with:
context: .
file: Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/grafana/xk6-client-tracing:latest,ghcr.io/grafana/xk6-client-tracing:${{ github.event.release.tag_name }}

0 comments on commit 6b84dfd

Please sign in to comment.