Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Crunch
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
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Microhacks
Crunch
Commits
bfa5d59e
Commit
bfa5d59e
authored
2 years ago
by
Louis
Browse files
Options
Downloads
Patches
Plain Diff
Build arm64 version
parent
453c63da
No related branches found
No related tags found
No related merge requests found
Pipeline
#99
passed with stage
in 2 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+37
-6
37 additions, 6 deletions
.gitlab-ci.yml
with
37 additions
and
6 deletions
.gitlab-ci.yml
+
37
−
6
View file @
bfa5d59e
image
:
"
r.lcr.gr/microhacks/bevy-builder"
build-linux
:
image
:
"
r.lcr.gr/microhacks/bevy-builder:latest"
stage
:
build
before_script
:
-
export CARGO_HOME="${CI_PROJECT_DIR}/.cargo"
-
export PATH="${CI_PROJECT_DIR}/.cargo/bin:$PATH"
cache
:
key
:
files
:
-
Cargo.lock
key
:
build-cache-arm64
paths
:
-
target
-
.cargo/registry/cache
-
.cargo/registry/index
-
.cargo/git/db
-
.cargo/bin/
-
target/
script
:
-
cargo build --release
-
strip target/release/crunch
...
...
@@ -16,5 +20,32 @@ build-linux:
paths
:
-
target/release/crunch
expire_in
:
1 day
only
:
-
trunk
build-arm64
:
tags
:
-
arm64
image
:
"
r.lcr.gr/microhacks/bevy-builder:arm64"
stage
:
build
before_script
:
-
export CARGO_HOME="${CI_PROJECT_DIR}/.cargo"
-
export PATH="${CI_PROJECT_DIR}/.cargo/bin:$PATH"
cache
:
key
:
build-cache-arm64
paths
:
-
.cargo/registry/cache
-
.cargo/registry/index
-
.cargo/git/db
-
.cargo/bin/
-
target/
script
:
-
cargo build --release
-
strip target/release/crunch
artifacts
:
name
:
crunch.linux.arm64
paths
:
-
target/release/crunch
expire_in
:
1 day
only
:
-
trunk
\ No newline at end of file
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