You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
authored
fix(docker): use rust-musl-cross builder for riscv64 multi-arch (#153)
rust:alpine has no riscv64 manifest, so Release docker-multiarch builds
failed immediately on linux/riscv64. Switch the builder to
ghcr.io/rust-cross/rust-musl-cross with TARGETARCH tags so amd64, arm64,
and riscv64 all compile musl binaries for the Alpine runtime.
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Alexander Wagner <info@alexanderwagnerdev.com>
0 commit comments