Skip to content

Commit

Permalink
Remove musl build
Browse files Browse the repository at this point in the history
openssl issue still
  • Loading branch information
andschneider committed Jun 5, 2021
1 parent bfa6c0a commit a64a975
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ jobs:
os: ubuntu-latest
artifact_prefix: linux
cross: false
- target: x86_64-unknown-linux-musl
os: ubuntu-latest
artifact_prefix: linux-musl
cross: false
- target: x86_64-pc-windows-msvc
os: windows-latest
artifact_prefix: windows
cross: false
# TODO fix openssl issue
# - target: x86_64-unknown-linux-musl
# os: ubuntu-latest
# artifact_prefix: linux-musl
# cross: false
# - target: armv7-unknown-linux-gnueabihf
# os: ubuntu-latest
# artifact_prefix: armv7
Expand Down

0 comments on commit a64a975

Please sign in to comment.