add static cross to x86_64-unknown-linux-musl

This commit is contained in:
Charles Hall 2024-01-23 11:22:18 -08:00
parent 3a3cafe912
commit 81ae579b25
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
3 changed files with 100 additions and 3 deletions

View file

@ -42,6 +42,19 @@ ci:
- target
- .gitlab-ci.d
static:x86_64-unknown-linux-musl:
stage: artifacts
image: nixos/nix:2.19.2
script:
# Push artifacts and build requirements to binary cache
- ./bin/nix-build-and-cache .#static-x86_64-unknown-linux-musl
# Make the output less difficult to find
- cp result/bin/conduit conduit
artifacts:
paths:
- conduit
oci-image:x86_64-unknown-linux-gnu:
stage: artifacts
image: nixos/nix:2.19.2