diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 753391d..d04d88a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -74,18 +74,10 @@ jobs: os: ubuntu-latest cross: true release_suffix: aarch64-linux - - target: armv7-unknown-linux-gnueabihf - os: ubuntu-latest - cross: true - release_suffix: armv7-linux # Windows - target: x86_64-pc-windows-msvc os: windows-2022 release_suffix: x86_64-windows - - target: aarch64-pc-windows-msvc - os: windows-2022 - cross: true - release_suffix: aarch64-windows # macOS - target: aarch64-apple-darwin os: macos-14