Skip to content

Commit b0ecba0

Browse files
update for kafka aarch64
1 parent 9c05c9c commit b0ecba0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ jobs:
9494
steps:
9595
- uses: actions/checkout@v4
9696

97+
- name: Set up QEMU for cross-arch builds
98+
if: matrix.use_cross
99+
uses: docker/setup-qemu-action@v3
100+
97101
# Linux-specific dependencies for native x86_64 build
98102
- name: Install Linux dependencies (x86_64)
99103
if: runner.os == 'Linux' && matrix.target == 'x86_64-unknown-linux-gnu'

0 commit comments

Comments
 (0)