Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
hjr3 committed Jan 27, 2024
1 parent 11acd44 commit 96cb5c2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,15 @@ env:
CARGO_TERM_COLOR: always

jobs:
static_binary:
# based off of https://github.com/houseabsolute/ubi/blob/master/.github/workflows/ci.yml
artifacts:
strategy:
matrix:
platform:
- target: x86_64-unknown-linux-musl
bin: soldr
- target: x86_64-unknown-linux-gnu
bin: soldr
name: MUSL binary
runs-on: ubuntu-latest
steps:
Expand All @@ -26,6 +29,7 @@ jobs:
- name: Build
shell: bash
run: |
ls -la
cargo build --locked --release --target ${{ matrix.platform.target }}
- name: Strip binary
shell: bash
Expand Down

0 comments on commit 96cb5c2

Please sign in to comment.