diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 583e835..7f6fbd1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -102,6 +102,10 @@ jobs: steps: - uses: actions/checkout@v4 + - uses: docker/setup-qemu-action@v3 + with: + platforms: arm64 + - uses: docker/setup-buildx-action@v3 - uses: docker/login-action@v3