[#24] Added musl target to release builder
parent
f381c5b910
commit
5746d29556
|
@ -7,7 +7,10 @@ FROM chewingbever/fej-builder:latest AS builder
|
|||
# NOTE: cargo install auto-appends bin to the path
|
||||
RUN --mount=type=cache,target=/usr/src/app/target \
|
||||
--mount=type=cache,target=/root/.cargo/registry \
|
||||
cargo install --path . --root /usr/local
|
||||
cargo install \
|
||||
--path . \
|
||||
--root /usr/local \
|
||||
--target x86_64-unknown-linux-musl
|
||||
|
||||
|
||||
# Now, we create the actual image
|
||||
|
|
Loading…
Reference in New Issue