We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78b5695 commit 65ff733Copy full SHA for 65ff733
.github/workflows/dev-release.yml
@@ -34,10 +34,11 @@ jobs:
34
- name: Install dependencies
35
run: |
36
sudo apt-get update
37
- sudo apt-get install -y m4 brotli b3sum
+ sudo apt-get install -y m4 brotli b3sum musl-tools
38
+ rustup target add x86_64-unknown-linux-musl
39
40
- name: Build platform
- run: ./jump-start.sh
41
+ run: CARGO_BUILD_TARGET=x86_64-unknown-linux-musl CC=musl-gcc ./jump-start.sh
42
43
- name: Package platform
44
0 commit comments