-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
workaround macos bug in goreleaser install script
The goreleaser install script (which is deprecated) has started to throw this error on macOS: ``` goreleaser/goreleaser crit uname_arch_check 'x86_64' got converted to 'all' which is not a GOARCH value. Please file bug report at client9/shlib ``` Temporary workaround by directly downloading a specific version of goreleaser from github releases api. This won't bring in the latest version of goreleaser. That can be fixed later.
- Loading branch information
Showing
1 changed file
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters