Skip to content

Runtime error on AMD64 v1/v2 processors: requires v3 microarchitecture support #1339

@acornett21

Description

@acornett21

Root Cause

  • The error originates from the Go runtime, indicating that the runtime architecture level is lower than the GOAMD64 version the binary was compiled with
  • The GOAMD64 default value was updated in UBI10 go-toolset to v3, while UBI9 uses v2, and golang default is v1
  • This change means binaries built with UBI10 are incompatible with older AMD64 processors that only support v2 microarchitecture

See below article for more info:

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