We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2832e commit 9e016e7Copy full SHA for 9e016e7
.github/workflows/reusable-precommit.yml
@@ -186,6 +186,10 @@ jobs:
186
steps:
187
- name: Checkout
188
uses: actions/checkout@v3
189
+ - name: Set up QEMU
190
+ uses: docker/setup-qemu-action@v2
191
+ with:
192
+ platforms: 'arm64'
193
- name: Download jar
194
uses: actions/download-artifact@v3
195
with:
@@ -228,6 +232,10 @@ jobs:
228
232
229
233
230
234
235
236
237
238
231
239
240
241
0 commit comments