Skip to content

Commit 5590a7e

Browse files
add aarch64 platform
1 parent 3994f87 commit 5590a7e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/test-build.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@ jobs:
7474

7575
# Set up BuildKit Docker container builder to be able to build
7676
# multi-platform images and export cache
77+
- name: Set up QEMU
78+
uses: docker/setup-qemu-action@v3
79+
with:
80+
platforms: arm64
81+
7782
- name: Set up Docker Buildx
7883
uses: docker/setup-buildx-action@v3
7984

@@ -100,6 +105,7 @@ jobs:
100105
with:
101106
context: .
102107
push: ${{ github.event_name != 'pull_request' }}
108+
platforms: linux/amd64,linux/arm64
103109
tags: ${{ steps.meta.outputs.tags }}
104110
labels: ${{ steps.meta.outputs.labels }}
105111
cache-from: type=gha

0 commit comments

Comments
 (0)