Fix Docker multi-arch build stage

This commit is contained in:
Codex
2026-06-12 09:54:24 +00:00
parent 52cec7f8f4
commit a272111ffa

View File

@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM rust:1-bookworm AS builder
FROM rust:1-bookworm AS builder
WORKDIR /src
RUN apt-get update \