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

build: Fix macOS intel based release. #470

Merged
merged 1 commit into from
Nov 1, 2022
Merged

Commits on Nov 1, 2022

  1. build: Fix macOS intel based release.

    This commit fixes the macOS intel based home brew release. The overview
    is that GoReleaser sets these variables and expects them all to exist.
    However, when we switch to the prebuilt mode, most assumptions
    GoReleaser makes goes out the window. The docs do say that these
    variables will not be set and we have to define them ourselves, but the
    list of targets felt just fine at the time. The issue is, the hombrew
    logic expects these variables to exist and not just a list of targets. I
    added back the old format and added in the defaults of the other
    variables that are no longer set.
    betterengineering committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    714cde8 View commit details
    Browse the repository at this point in the history