diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 940bc53..5f4d70d 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -32,12 +32,12 @@ jobs: binary-postfix: ".exe" use-cross: false # Disabling below cross builds for now as they aren't compiling - - os: ubuntu-latest - os-name: linux - target: aarch64-unknown-linux-gnu - architecture: arm64 - binary-postfix: "" - use-cross: true + # - os: ubuntu-latest + # os-name: linux + # target: aarch64-unknown-linux-gnu + # architecture: arm64 + # binary-postfix: "" + # use-cross: true # - os: ubuntu-latest # os-name: linux # target: i686-unknown-linux-gnu