Skip to content

Commit 65ff733

Browse files
author
Your Name
committed
Build dev platform with musl
1 parent 78b5695 commit 65ff733

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/dev-release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@ jobs:
3434
- name: Install dependencies
3535
run: |
3636
sudo apt-get update
37-
sudo apt-get install -y m4 brotli b3sum
37+
sudo apt-get install -y m4 brotli b3sum musl-tools
38+
rustup target add x86_64-unknown-linux-musl
3839
3940
- name: Build platform
40-
run: ./jump-start.sh
41+
run: CARGO_BUILD_TARGET=x86_64-unknown-linux-musl CC=musl-gcc ./jump-start.sh
4142

4243
- name: Package platform
4344
run: |

0 commit comments

Comments
 (0)