Skip to content

Commit

Permalink
+ Binary CI
Browse files Browse the repository at this point in the history
  • Loading branch information
meloalright committed Oct 23, 2023
1 parent aa68b79 commit ce0374c
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/Binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce0374c

Please sign in to comment.