Skip to content

Commit 6b84dfd

Browse files
authored
Add arm64 builds for Docker container (#25)
Builds both amd64 and arm64 containers on release.
1 parent e340ce8 commit 6b84dfd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- name: Docker set up buildx
2424
uses: docker/setup-buildx-action@v2
2525

26+
- name: Docker set up qemu
27+
uses: docker/setup-qemu-action@v3
28+
2629
- name: Docker login
2730
uses: docker/login-action@v2
2831
with:
@@ -35,5 +38,6 @@ jobs:
3538
with:
3639
context: .
3740
file: Dockerfile
41+
platforms: linux/amd64,linux/arm64
3842
push: true
3943
tags: ghcr.io/grafana/xk6-client-tracing:latest,ghcr.io/grafana/xk6-client-tracing:${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)