Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mtxclient
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Nheko Reborn
mtxclient
Commits
e64f2f20
Verified
Commit
e64f2f20
authored
9 months ago
by
Nicolas Werner
Browse files
Options
Downloads
Patches
Plain Diff
try to fix arm builds
parent
d6f6be85
Branches
reportContent
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#5816
failed
9 months ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+9
-2
9 additions, 2 deletions
.gitlab-ci.yml
with
9 additions
and
2 deletions
.gitlab-ci.yml
+
9
−
2
View file @
e64f2f20
...
...
@@ -43,7 +43,8 @@ build synapse arm64:
.build-linux
:
stage
:
build
image
:
ubuntu:22.04
image
:
name
:
ubuntu:22.04
services
:
-
name
:
$CI_REGISTRY_IMAGE/synapse-${M_ARCH}:latest
alias
:
synapse
...
...
@@ -87,6 +88,9 @@ build synapse arm64:
build linux amd64
:
extends
:
.build-linux
image
:
docker
:
platform
:
amd64
tags
:
[
docker
]
variables
:
M_ARCH
:
x86_64
...
...
@@ -111,7 +115,10 @@ build linux amd64:
build linux arm64
:
extends
:
.build-linux
tags
:
[
docker-arm64
]
image
:
docker
:
platform
:
arm64
tags
:
[
docker
]
variables
:
M_ARCH
:
aarch64
needs
:
...
...
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