Skip to content

Docker v1.8.0-rc1cannot be build on ARM 32bit #15053

@DieterReuter

Description

@DieterReuter

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions