Jenkinsfile: enable armhf builds for ubuntu:focal and above#183
Merged
thaJeztah merged 1 commit intodocker:masterfrom Jul 2, 2021
Merged
Jenkinsfile: enable armhf builds for ubuntu:focal and above#183thaJeztah merged 1 commit intodocker:masterfrom
thaJeztah merged 1 commit intodocker:masterfrom
Conversation
Member
Author
|
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 |
ecff28f to
e840b36
Compare
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. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
e840b36 to
46ea2e8
Compare
Member
Author
|
@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) |
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
Member
StefanScherer
left a comment
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!
Member
Author
|
Whoop! Thank you so much, Stefan |
Member
Author
|
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 free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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