Skip to content

Needs fixes for Mac/ARM #36

@ItalyPaleAle

Description

@ItalyPaleAle

Prerequisites

  • I searched to see if the issue already exists.

Description

When running on macOS with Apple Silicon (ARM), the script correctly identifies the environment as GOOS=darwin and GOARCH=arm64

However, that combination will not be supported until Go 1.16

  1. For now (Go 1.15), gobinaries should ignore arm64 when using darwin, and instead return the amd64 binary
  2. When Go 1.16 is out, gobinaries could be updated to support arm64

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