Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eic_container
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
Container Registry
Model registry
Operate
Environments
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
containers
eic_container
Merge requests
!547
fix: no qemu binfmt reset when not needed
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix: no qemu binfmt reset when not needed
wdconinc-master-patch-06582
into
master
Overview
0
Commits
8
Pipelines
0
Changes
1
Merged
Wouter Deconinck
requested to merge
wdconinc-master-patch-06582
into
master
2 years ago
Overview
0
Commits
8
Pipelines
0
Changes
1
Expand
This may fix the exec format errors...
0
0
Merge request reports
Viewing commit
f8a5a596
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
f8a5a596
fix: no reset
· f8a5a596
Wouter Deconinck
authored
2 years ago
.gitlab-ci.yml
+
1
−
1
Options
@@ -207,7 +207,7 @@ version:
-
find /proc/sys/fs/binfmt_misc -type f -name 'qemu-*' -exec sh -c 'cat {}' \;
-
for arch in aarch64 ; do
if ! grep --quiet enabled /proc/sys/fs/binfmt_misc/qemu-$arch ; then
docker run --rm --privileged multiarch/qemu-user-static
--reset
--persistent yes ;
docker run --rm --privileged multiarch/qemu-user-static --persistent yes ;
fi ;
done
-
docker buildx create --name builder --driver docker-container --bootstrap --use
Loading