mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
build: Attempt to add deb musl build.
I have no idea if this will work
This commit is contained in:
@@ -126,6 +126,11 @@ jobs:
|
|||||||
target: x86_64-unknown-linux-musl,
|
target: x86_64-unknown-linux-musl,
|
||||||
use-cross: use-cross,
|
use-cross: use-cross,
|
||||||
}
|
}
|
||||||
|
- {
|
||||||
|
os: deb-latest,
|
||||||
|
target: x86_64-unknown-linux-musl,
|
||||||
|
use-cross: use-cross,
|
||||||
|
}
|
||||||
- { os: macos-latest, target: x86_64-apple-darwin }
|
- { os: macos-latest, target: x86_64-apple-darwin }
|
||||||
- { os: windows-latest, target: i686-pc-windows-gnu }
|
- { os: windows-latest, target: i686-pc-windows-gnu }
|
||||||
- { os: windows-latest, target: i686-pc-windows-msvc }
|
- { os: windows-latest, target: i686-pc-windows-msvc }
|
||||||
|
|||||||
Reference in New Issue
Block a user