Skip to content

Something is not right with GOARM #494

@AlekSi

Description

@AlekSi

GOARM value is correct for linux/arm/v5 variant:

$ docker rmi golang; docker run -q --rm --platform=linux/arm/v5 golang go env GOARM
[…]
5

However, it is not correct for linux/arm/v7:

$ docker rmi golang; docker run -q --rm --platform=linux/arm/v7 golang go env GOARM
[…]
6

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