From ce0374c4c1e442bc2234581d12534f01f5f5acb3 Mon Sep 17 00:00:00 2001 From: meloalright Date: Mon, 23 Oct 2023 22:53:52 +0800 Subject: [PATCH] + Binary CI --- .github/workflows/Binary.yml | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/.github/workflows/Binary.yml b/.github/workflows/Binary.yml index 6cad3a0..5a6ec96 100644 --- a/.github/workflows/Binary.yml +++ b/.github/workflows/Binary.yml @@ -12,31 +12,6 @@ jobs: strategy: matrix: include: - - os: ubuntu-latest - target: x86_64-unknown-linux-gnu - use-cross: false - strip: strip - - - os: ubuntu-latest - target: x86_64-unknown-linux-musl - use-cross: false - strip: strip - - - os: ubuntu-latest - target: arm-unknown-linux-gnueabihf - use-cross: true - strip: arm-linux-gnueabihf-strip - - - os: ubuntu-latest - target: aarch64-unknown-linux-gnu - use-cross: true - strip: aarch64-linux-gnu-strip - - - os: windows-latest - target: x86_64-pc-windows-msvc - use-cross: false - binary_ext: ".exe" - - os: macos-latest target: x86_64-apple-darwin use-cross: false