Skip to content

Commit a00a8cf

Browse files
committed
Added ARM version build
1 parent 002d69b commit a00a8cf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/sdk-ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,17 @@ jobs:
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v3
22+
- name: Set up QEMU
23+
uses: docker/setup-qemu-action@v3
24+
- name: Set up Docker Buildx
25+
uses: docker/setup-buildx-action@v3
2226
- name: Build SDK
2327
uses: docker/build-push-action@v4
2428
with:
2529
context: .
2630
load: true
2731
tags: ${{ env.TEST_TAG }}
32+
platforms: linux/amd64,linux/arm64
2833
- name: Test SDK
2934
run: bash ./test_sdk.sh ${{ env.TEST_TAG }}
3035
- name: Log into Docker Hub
@@ -45,3 +50,4 @@ jobs:
4550
push: true
4651
tags: ${{ steps.meta.outputs.tags }}
4752
labels: ${{ steps.meta.outputs.labels }}
53+
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)