Skip to content

Commit

Permalink
building for linux gnu, attempt musl openssl issue later
Browse files Browse the repository at this point in the history
  • Loading branch information
shombando committed May 10, 2024
1 parent a4541c6 commit e56276f
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions .github/workflows/build-cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,32 @@ jobs:
strategy:
matrix:
platform:
# - release_for: Linux-x86_64
# os_name: Linux-x86_64
# os: ubuntu-22.04
# target: x86_64-unknown-linux-musl
# bin: ringfairy
# name: ringfairy-Linux-x86_64-musl.tar.gz

- release_for: Linux-x86_64
os_name: Linux-x86_64
os: alpine-latest
target: x86_64-unknown-linux-musl
bin: precious
name: precious-Linux-x86_64-musl.tar.gz
os: ubuntu-22.04
target: x86_64-unknown-linux-gnu
bin: ringfairy
name: ringfairy-Linux-x86_64-gnu.tar.gz

- release_for: Windows-x86_64
os: windows-latest
target: x86_64-pc-windows-msvc
bin: precious.exe
name: precious-Windows-x86_64.zip
bin: ringfairy.exe
name: ringfairy-Windows-x86_64.zip
command: both

- release_for: macOS-x86_64
os: macOS-latest
target: x86_64-apple-darwin
bin: precious
name: precious-Darwin-x86_64.tar.gz
bin: ringfairy
name: ringfairy-Darwin-x86_64.tar.gz
command: both

runs-on: ${{ matrix.platform.os }}
Expand Down

0 comments on commit e56276f

Please sign in to comment.