Skip to content
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

Cannot build on 32bit or ARM Scaleway server (ARM 32bit, armv7l) #155

Closed
DieterReuter opened this issue Jul 27, 2015 · 6 comments
Closed

Comments

@DieterReuter
Copy link

see moby/moby#15053

Seems that seccomp currently supports linux/amd64 only right now. There is only a file jump_amd64.go, and no jump_386.go, jump_arm.go nor jump_arm64.go.

Any plans to support linux/386, linux/arm and linux/arm64 soon?

@hqhq
Copy link
Contributor

hqhq commented Jul 28, 2015

I think they have #70 working on, so no need to fix this jump_xxx.go right now, @LK4D4 @crosbymichael is that settled? Otherwise I can help make seccomp support on multiple arch.

@LK4D4
Copy link
Contributor

LK4D4 commented Jul 28, 2015

@hqhq yup, we'll merge it I think. IBM guys helping in libseccomp repo with their arch, you can try to help with yours.

@vbatts
Copy link
Member

vbatts commented Jul 29, 2015

ah. Cross-linking the issue moby/moby#15120 I just opened.

@jperrin
Copy link

jperrin commented Jul 31, 2015

This seems to be hitting us for linux/arm64 as well. bumping for interest.

@StefanScherer
Copy link

I can confirm that #70 fixes this problem at least for linux/arm. After applying the PR docker builds works fine again on a Raspberry Pi.

@pavanpalaksha
Copy link

New to git and docker. what's the right way to patch #70 to my existing codebase(docker)? I have cloned docker/docker in my 32bit workstation. From my understanding, I have to clone runc and replace runc directory under docker-1.8.1/vendor/src/github.com/opencontainers/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants