Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update release to build darwin/arm64 binary #5286

Merged
merged 5 commits into from
Feb 4, 2021

Commits on Jan 25, 2021

  1. Update release to build darwin/arm64 binary

    We currently build with cgo to enable the fast notify trigger.  But
    dockercore/golang-cross has too old a toolchain to enable CGO for
    darwin/arm64.  So for darwin/arm64 we disable CGO and use notify's
    kqueue support instead.
    
    - Tweak the Makefile variables to allow specifying the Go version,
      build tags, and CGO_ENABLED on a per os/arch basis.  Reorganize
      the variables on a per os/arch basis.
    - Use github.com/randall77/makefat to build a multi-arch ("fat")
      binary for Darwin for those that want it.
    briandealwis committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    4899693 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70cc61f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cc193e View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Configuration menu
    Copy the full SHA
    21371f0 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Configuration menu
    Copy the full SHA
    c2040d5 View commit details
    Browse the repository at this point in the history