update github workflows

This commit is contained in:
MedzikUser 2022-01-23 14:21:37 +01:00
parent de80b5a870
commit 3917881945
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
1 changed files with 2 additions and 9 deletions

View File

@ -5,13 +5,14 @@ on: [push, pull_request]
jobs:
binaries:
strategy:
fail-fast: false
matrix:
target:
- x86_64-unknown-linux-gnu
- x86_64-unknown-linux-musl
- x86_64-pc-windows-msvc
- x86_64-apple-darwin
- x86_64-unknown-freebsd
include:
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu
@ -45,14 +46,6 @@ jobs:
strip: true
compress: true
cargo_flags: ""
- os: ubuntu-latest
target: x86_64-unknown-freebsd
artifact_name: target/x86_64-unknown-freebsd/release/imgurs
release_name: x86_64-unknown-freebsd
cross: true
strip: false
compress: false
cargo_flags: ""
name: ${{ matrix.os }} for ${{ matrix.target }}
runs-on: ${{ matrix.os }}