You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to issue #1, a brew installer needs to be put into place that will make this tool installable on OSX.
This will require a new repository that will act as the "tap" (a.k.a. "third party repository"). Which requires the name to be fully decided on:
On GitHub, your repository must be named homebrew-something in order to use the one-argument form of brew tap. The prefix ‘homebrew-‘ is not optional. (The two-argument form doesn’t have this limitation, but it forces you to give the full URL explicitly.)
The text was updated successfully, but these errors were encountered:
This will take care of building artifacts for all supported platforms, building docker images, updating taps, create RPMs, debs, create the release page from commit history, upload artifacts to github, and more.
Here's an example for a good starting point for integrating this into our workflow:
Similar to issue #1, a
brew
installer needs to be put into place that will make this tool installable on OSX.This will require a new repository that will act as the "tap" (a.k.a. "third party repository"). Which requires the name to be fully decided on:
The text was updated successfully, but these errors were encountered: