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
e13e708e
Commit
e13e708e
authored
1 year ago
by
Louis
Browse files
Options
Downloads
Patches
Plain Diff
Stable 1.70.0
parent
d59b1b41
Branches
1.70.0-stable
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#525
canceled with stage
in 39 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
arm64.dockerfile
+1
-1
1 addition, 1 deletion
arm64.dockerfile
x86.dockerfile
+2
-2
2 additions, 2 deletions
x86.dockerfile
with
3 additions
and
3 deletions
arm64.dockerfile
+
1
−
1
View file @
e13e708e
## 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 diff is collapsed.
Click to expand it.
x86.dockerfile
+
2
−
2
View file @
e13e708e
## 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
...
...
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