Skip to content

linux-arm64 CI artifact contains an x64 Go binary #12

Description

@jackgopack4

Both Linux matrix entries (linux-x64 and linux-arm64) run on ubuntu-latest, which is an x64 runner. The Go build step sets no GOARCH, so both entries produce a linux/amd64 binary. The linux-arm64.zip release artifact ships the wrong arch.

Fix: add a goarch field to each matrix entry(amd64 / arm64) and pass it as GOARCH in the Linux Go build step.

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