-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Closed
Description
Trying to build Docker 1.8.0-rc1 on a Scaleway server (ARM 32bit, armv7l) failed:
# Try this instead: make all
#
---> Making bundle: dynbinary (in bundles/1.8.0-rc1/dynbinary)
# github.com/opencontainers/runc/libcontainer/seccomp
vendor/src/github.com/opencontainers/runc/libcontainer/seccomp/filter.go:93: undefined: jumpEqualTo
vendor/src/github.com/opencontainers/runc/libcontainer/seccomp/filter.go:95: undefined: jumpNotEqualTo
vendor/src/github.com/opencontainers/runc/libcontainer/seccomp/filter.go:97: undefined: jumpGreaterThan
vendor/src/github.com/opencontainers/runc/libcontainer/seccomp/filter.go:99: undefined: jumpLessThan
vendor/src/github.com/opencontainers/runc/libcontainer/seccomp/filter.go:101: undefined: jumpMaskEqualTo
The seccomp package has currently a jump_amd64.go file for linux/amd64 only!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels