Skip to content

Commit 766f782

Browse files
committed
add archs to ci
1 parent 5acd0b8 commit 766f782

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ jobs:
7878
- uses: actions/checkout@v2
7979
- name: Build docker image
8080
uses: docker/build-push-action@v2
81+
with:
82+
platforms: linux/amd64, linux/arm/v6, linux/arm/v7, linux/arm64/v8
8183
check-lock-file-version:
8284
name: NPM Lock File Version
8385
timeout-minutes: 5

0 commit comments

Comments
 (0)