Skip to content
This repository was archived by the owner on Aug 14, 2020. It is now read-only.
This repository was archived by the owner on Aug 14, 2020. It is now read-only.

schema: add armv6l as valid arch for linux (Raspberry Pi 1) #417

@alban

Description

@alban

Some arm architectures are already added by #304 for #284. But according to rkt/rkt#730 (comment) this is not enough for Raspberry Pi 1:

@alban, if someone would like to use rkt on a Raspberry Pi 1 (there are about 5 million devices out there), the minimum supported ARM version should be ARMv6. This is also the default when building a GOLANG binary with GOARCH=arm. For this reason I strongly recommend to support armv6l too! BTW, a armv6l binary is compatible and runs absolute fine on a `armv7l´ machine - but not the other way around.

/cc @DieterReuter

The current support is:

var ValidOSArch = map[string][]string{
        "linux":   {"amd64", "i386", "aarch64", "armv7l", "armv7b"},
        "freebsd": {"amd64", "i386", "arm"},
        "darwin":  {"x86_64", "i386"},
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions