Clean up Nix builder and release 0.1.1
This commit is contained in:
parent
15486c36ca
commit
11055e6fb4
4 changed files with 13 additions and 18 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM --platform=$BUILDPLATFORM rust:1.86.0-alpine3.21 AS builder
|
||||
FROM --platform=$BUILDPLATFORM rust:1.92.0-alpine3.22 AS builder
|
||||
ENV PKGCONFIG_SYSROOTDIR=/
|
||||
RUN apk add --no-cache musl-dev perl build-base zig
|
||||
RUN cargo install --locked cargo-zigbuild
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue