Clean up Nix builder and release 0.1.1

This commit is contained in:
Bad Manners 2026-01-17 19:50:46 -03:00
parent 15486c36ca
commit 11055e6fb4
4 changed files with 13 additions and 18 deletions

View file

@ -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