Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
engine-recorder
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
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
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
AURA
engine-recorder
Merge requests
!7
FEAT(multi-arch): add support for multi arch
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
FEAT(multi-arch): add support for multi arch
feat-multi-arch
into
main
Overview
0
Commits
8
Pipelines
1
Changes
1
Closed
Kay Effenberger
requested to merge
feat-multi-arch
into
main
2 years ago
Overview
0
Commits
8
Pipelines
1
Changes
1
Expand
gitlab-ci builds now for armv7, arm64v8 and amd64
0
0
Merge request reports
Viewing commit
56aac6dd
Prev
Next
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
56aac6dd
FEAT(gitlab-ci): Add DOCKER_HOST var
· 56aac6dd
Kay Effenberger
authored
2 years ago
.gitlab-ci.yml
+
1
−
0
Options
@@ -62,6 +62,7 @@ docker-push:
variables
:
# the name of the image without version
AURA_IMAGE_NAME
:
"
autoradio/engine-recorder"
DOCKER_HOST
:
tcp://docker:2375/
services
:
-
docker:dind
before_script
:
Loading