diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29fd960f..9c600fc1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -119,6 +119,11 @@ jobs: - name: Checkout code uses: actions/checkout@v4 + - name: Set up QEMU + uses: docker/setup-qemu-action@v3 + with: + platforms: arm,arm64 + - name: Build ARM64 uses: ./.github/actions/build-linux-arm env: