add static cross to aarch64-unknown-linux-musl

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

View file

@ -55,6 +55,19 @@ static:x86_64-unknown-linux-musl:
paths:
- conduit
static:aarch64-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-aarch64-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