Skip to content

Commit 10ac0f3

Browse files
committed
add qemu
1 parent 5fb2af9 commit 10ac0f3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/Java-alpine.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ jobs:
1616
DUCKDB_PLATFORM: linux_arm64_musl
1717

1818
steps:
19+
- name: Set up QEMU
20+
uses: docker/setup-qemu-action@v1
21+
with:
22+
platforms: linux/arm64
23+
1924
- uses: actions/checkout@v4
2025
with:
2126
fetch-depth: 0

0 commit comments

Comments
 (0)