Skip to content

Commit

Permalink
ci(static-bin): update workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <sam@secondstate.io>
  • Loading branch information
apepkuss committed Feb 22, 2024
1 parent 19e524d commit d86d6b2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/publish-static-bin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,13 @@ jobs:
# cross: true
# cargo_command: ./cross

- os_name: Linux-x86_64-musl
os: ubuntu-20.04
target: x86_64-unknown-linux-musl
bin: ubi
name: ubi-Linux-x86_64-musl.tar.gz
cross: false
cargo_command: cargo
# - os_name: Linux-x86_64-musl
# os: ubuntu-20.04
# target: x86_64-unknown-linux-musl
# bin: ubi
# name: ubi-Linux-x86_64-musl.tar.gz
# cross: false
# cargo_command: cargo


- os_name: Linux-x86_64-gnu
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
targets: ${{ matrix.platform.target }}
if: ${{ !matrix.platform.cross }}
- name: Install musl-tools on Linux
run: sudo apt-get update --yes && sudo apt-get install --yes musl-tools
run: sudo apt-get update --yes && sudo apt-get install --yes musl-dev musl-tools
if: contains(matrix.platform.os, 'ubuntu') && !matrix.platform.cross
- name: Install cross if cross-compiling (*nix)
id: cross-nix
Expand Down

0 comments on commit d86d6b2

Please sign in to comment.