Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on May 21, 2026. It is now read-only.
Jenkinsfile: enable armhf builds for ubuntu:focal and above - #183
Merged
Conversation
thaJeztah
commented
Jun 22, 2020
MemberAuthor
Machines are now on Ubuntu 18.04, but looks like the libseccomp version on that is still too old (we'll probably need ubuntu 19.10, or 20.04 on the host as well |
thaJeztahforce-pushed
the
enable_armhf_focal
branch
2 times, most recently
from
June 25, 2021 12:23
ecff28f to
e840b36CompareNow that our agents run on a more recent kernel version, problems with seccomp should likely be resolved, so we can enable these for CI. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
thaJeztahforce-pushed
the
enable_armhf_focal
branch
from
June 28, 2021 11:15
e840b36 to
46ea2e8ComparethaJeztah
commented
Jun 30, 2021
MemberAuthor
@StefanScherer PTAL; looks like the newer Docker version in CI resolved this issue (not sure what's best to verify the artefacts on an actual armhf machine though) |
StefanScherer
commented
Jul 1, 2021
Member
@thaJeztah Yes I can take a look. Nice we have artifacts that I can download for a test. 👍 |
StefanScherer
approved these changes
Jul 2, 2021
StefanScherer
left a comment
Member
There was a problem hiding this comment.
LGTM
I've installed the Ubuntu Focal package on a RPi2 and I can pull images and run containers with it!
thaJeztah
commented
Jul 2, 2021
MemberAuthor
Whoop! Thank you so much, Stefan |
thaJeztah
commented
Jul 2, 2021
MemberAuthor
I'll go ahead and merge (this only affects CI, so no direct risk involved) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Now that our agents run on a more recent kernel version, problems with seccomp should likely be resolved, so we can enable these for CI.
closes#185
closes#151
closes#142
relates to moby/moby#40734