Skip to content

Commit 0a74b90

Browse files
committed
add multi-arch docker builds
Signed-off-by: Peter St. John <pstjohn@nvidia.com>
1 parent aecca28 commit 0a74b90

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/unit-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ jobs:
7979
with:
8080
submodules: "recursive"
8181

82+
- name: Set up QEMU
83+
uses: docker/setup-qemu-action@v3
84+
8285
- name: Set up Docker Buildx
8386
uses: docker/setup-buildx-action@v3
8487

@@ -106,6 +109,7 @@ jobs:
106109
- name: Build and push
107110
uses: docker/build-push-action@v5
108111
with:
112+
platforms: linux/amd64,linux/arm64
109113
push: true
110114
tags: ${{ steps.metadata.outputs.tags }}
111115
labels: ${{ steps.metadata.outputs.labels }}

0 commit comments

Comments
 (0)