diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 94b6fe1..3210f6a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,8 +19,8 @@ jobs: include: - target: x86_64-unknown-linux-gnu platform: debian - - target: aarch64-unknown-linux-gnu - platform: arm + # - target: aarch64-unknown-linux-gnu + # platform: arm steps: - uses: actions/checkout@v2