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 6eca451 commit 6f501fdCopy full SHA for 6f501fd
.github/workflows/ci.yml
@@ -9,6 +9,8 @@ on:
9
env:
10
CARGO_TERM_COLOR: always
11
12
+# TODO add musl to CI see DEVELOPMENT.md
13
+
14
jobs:
15
test_and_publish:
16
runs-on: ubuntu-latest
DEVELOPMENT.md
@@ -0,0 +1,7 @@
1
+## Building for Alpine (musl)
2
3
+`rustup target add x86_64-unknown-linux-musl`
4
5
+then
6
7
+`cargo build -r --target=x86_64-unknown-linux-musl`
0 commit comments