diff --git a/.github/workflows/release-desktop.yml b/.github/workflows/release-desktop.yml index 3a7e444..7cbd4cc 100644 --- a/.github/workflows/release-desktop.yml +++ b/.github/workflows/release-desktop.yml @@ -24,11 +24,6 @@ jobs: rust: stable target: x86_64-unknown-linux-gnu cross: false - # - build: aarch64-linux - # os: ubuntu-20.04 - # rust: stable - # target: aarch64-unknown-linux-gnu - # cross: true - build: x86_64-macos os: macos-latest rust: stable @@ -39,18 +34,6 @@ jobs: rust: stable target: x86_64-pc-windows-msvc cross: false - # - build: aarch64-macos - # os: macos-latest - # rust: stable - # target: aarch64-apple-darwin - # - build: x86_64-win-gnu - # os: windows-2019 - # rust: stable-x86_64-gnu - # target: x86_64-pc-windows-gnu - # - build: win32-msvc - # os: windows-2019 - # rust: stable - # target: i686-pc-windows-msvc steps: - name: Checkout sources