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

Add msdfgen to the build

parent 8e04af0e
No related branches found
No related tags found
No related merge requests found
Pipeline #109 failed with stage
in 39 seconds
## This file can be used to build arm64 Linux versions of a Bevy project ## This file can be used to build arm64 Linux versions of a Bevy project
FROM FROM r.lcr.gr/microhacks/msdfgen-builder:arm64 as msdfgen
FROM ghcr.io/rust-lang/rust:nightly-buster FROM ghcr.io/rust-lang/rust:nightly-buster
COPY --from=msdfgen /usr/bin/msdfgen /usr/bin/msdfgen
RUN apt-get update -yqq && \ RUN apt-get update -yqq && \
apt-get upgrade -yqq &&\ apt-get upgrade -yqq &&\
apt-get install -yqq --no-install-recommends \ apt-get install -yqq --no-install-recommends \
......
## This file can be used to build x86 Linux, x86 Windows and Wasm versions of a Bevy project ## This file can be used to build x86 Linux, x86 Windows and Wasm versions of a Bevy project
FROM FROM r.lcr.gr/microhacks/msdfgen-builder:latest as msdfgen
FROM ghcr.io/rust-lang/rust:nightly-buster FROM ghcr.io/rust-lang/rust:nightly-buster
COPY --from=msdfgen /usr/bin/msdfgen /usr/bin/msdfgen
RUN apt-get update -yqq && \ RUN apt-get update -yqq && \
apt-get upgrade -yqq &&\ apt-get upgrade -yqq &&\
apt-get install -yqq --no-install-recommends \ apt-get install -yqq --no-install-recommends \
......
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