-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix building for ppc64le and arm(v7) in kicbase #12399
Comments
the error itself:
|
for armv7:
|
You can view the upstream packages here: https://build.opensuse.org/project/show/devel:kubic:libcontainers:stable
Seems like the |
For Docker, I think you have to resort to the tarballs rather than the packages ? But upstream claims to support both: https://docs.docker.com/engine/install/ubuntu/ echo \
"deb [arch=armhf signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu \
$(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null |
@sharifelgamal : this is a bug in the docker packaging for arm32, you need to use the 18.04 packages also on 20.04 : So https://download.docker.com/linux/ubuntu/dists/bionic/pool/stable/ https://download.docker.com/linux/ubuntu/dists/focal/pool/stable/ |
@sharifelgamal : looks like cri-o is looking for some help, when it comes to supporting ppc64 and I guess also the .deb
|
According to discussion, if we can't make crio with with PowerPC, just not include if for that arch and let the user know |
Lets skip crio on powerpc and arm32 |
Building for ppc64le in kicbase was failing so we removed it (#12398) so we could release, ppc64le should be revisited and added back.
The text was updated successfully, but these errors were encountered: