Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Bevy Builder
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Microhacks
Bevy Builder
Commits
8a17c331
Commit
8a17c331
authored
2 years ago
by
Louis
Browse files
Options
Downloads
Patches
Plain Diff
Add msdfgen to the build
parent
8e04af0e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#109
failed with stage
in 39 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
arm64.dockerfile
+3
-0
3 additions, 0 deletions
arm64.dockerfile
x86.dockerfile
+3
-1
3 additions, 1 deletion
x86.dockerfile
with
6 additions
and
1 deletion
arm64.dockerfile
+
3
−
0
View file @
8a17c331
## 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 diff is collapsed.
Click to expand it.
x86.dockerfile
+
3
−
1
View file @
8a17c331
## 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
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment