Fix CI
This commit is contained in:
parent
1f40ae9376
commit
efa2f8e3c9
@ -10,7 +10,7 @@ build_glibc:
|
|||||||
image: rust:bullseye
|
image: rust:bullseye
|
||||||
script:
|
script:
|
||||||
- cargo build --release
|
- cargo build --release
|
||||||
- cp target/release/dotfiles_loader ../installer-amd64-glibc
|
- cp target/release/dotfiles_installer ./installer-amd64-glibc
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- installer-amd64-glibc
|
- installer-amd64-glibc
|
||||||
@ -20,9 +20,8 @@ build_muslc:
|
|||||||
image: rust:alpine
|
image: rust:alpine
|
||||||
script:
|
script:
|
||||||
- apk add pkgconf musl-dev
|
- apk add pkgconf musl-dev
|
||||||
- cd backend
|
|
||||||
- cargo build --release
|
- cargo build --release
|
||||||
- cp target/release/dotfiles_loader ../installer-amd64-muslc
|
- cp target/release/dotfiles_installer ./installer-amd64-muslc
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- installer-amd64-muslc
|
- installer-amd64-muslc
|
||||||
|
Loading…
Reference in New Issue
Block a user