Skip to content

Commit 9e016e7

Browse files
committed
create a docker image for arm64 as well
1 parent 0e2832e commit 9e016e7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/reusable-precommit.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,10 @@ jobs:
186186
steps:
187187
- name: Checkout
188188
uses: actions/checkout@v3
189+
- name: Set up QEMU
190+
uses: docker/setup-qemu-action@v2
191+
with:
192+
platforms: 'arm64'
189193
- name: Download jar
190194
uses: actions/download-artifact@v3
191195
with:
@@ -228,6 +232,10 @@ jobs:
228232
steps:
229233
- name: Checkout
230234
uses: actions/checkout@v3
235+
- name: Set up QEMU
236+
uses: docker/setup-qemu-action@v2
237+
with:
238+
platforms: 'arm64'
231239
- name: Download jar
232240
uses: actions/download-artifact@v3
233241
with:

0 commit comments

Comments
 (0)