Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

gox silently ignores unregistered targets #154

@mcandre

Description

@mcandre

Hi, I am configuring gox to output:

  • Linux RISV-V targets (linux/riscv)
  • Windows ARM64 targets (windows/arm64)
  • FreeBSD ARM64 targets (freebsd/arm64)
  • Linux, Windows, and FreeBSD AMD64 targets

The official Go release documentation says these should be perfectly valid targets. However, gox silently ignores the first three targets. No error emits to the console. No non-zero status code reports. Neither does gox actually produce the desired binaries.

I'm not even using cgo. This is Hello World I'm trying to port.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions