Skip to content
Snippets Groups Projects
Commit e13e708e authored by Louis's avatar Louis :fire:
Browse files

Stable 1.70.0

parent d59b1b41
Branches 1.70.0-stable
No related tags found
No related merge requests found
Pipeline #525 canceled with stage
in 39 seconds
## This file can be used to build arm64 Linux versions of a Bevy project
FROM r.lcr.gr/microhacks/msdfgen-builder:arm64 AS msdfgen
FROM ghcr.io/rust-lang/rust:nightly-slim
FROM rust:1.70.0-slim
COPY --from=msdfgen /usr/bin/msdf-atlas-gen /usr/bin/msdf-atlas-gen
......
## This file can be used to build x86 Linux, x86 Windows and Wasm versions of a Bevy project
FROM r.lcr.gr/microhacks/msdfgen-builder:latest AS msdfgen
FROM ghcr.io/rust-lang/rust:nightly-slim AS trunkbuild
FROM rust:1.70.0-slim AS trunkbuild
RUN cargo install --locked trunk && \
rm -rf ~/.cargo/registry/{cache,src}
FROM ghcr.io/rust-lang/rust:nightly-slim
FROM rust:1.70.0-slim
COPY --from=msdfgen /usr/bin/msdf-atlas-gen /usr/bin/msdf-atlas-gen
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment