mirror of
https://codeberg.org/unspeaker/perch.git
synced 2025-12-06 09:36:42 +01:00
1.0.0: add build infra and release
This commit is contained in:
parent
bba8d39872
commit
e76133a10f
12 changed files with 104 additions and 3 deletions
13
build/Dockerfile.musl
Normal file
13
build/Dockerfile.musl
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
FROM docker.io/library/alpine:edge
|
||||
|
||||
RUN apk add --no-cache build-base bash tree rustup git just cloc clang20-dev pipewire-jack-dev
|
||||
|
||||
RUN adduser -Du1000 build
|
||||
|
||||
USER 1000
|
||||
|
||||
RUN rustup-init -y --profile minimal --default-toolchain nightly \
|
||||
&& rm -rvf "$HOME/.rustup/roolchains/*/share"
|
||||
|
||||
RUN source "$HOME/.cargo/env" \
|
||||
&& cargo version -vv
|
||||
Loading…
Add table
Add a link
Reference in a new issue