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

Adding linuxbrew #378

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Adding linuxbrew #378

wants to merge 1 commit into from

Conversation

pollier
Copy link

@pollier pollier commented Sep 17, 2024

Hello,
a quick PR to allow install on linux using homebrew
Let me know if further modification are needed

@flarco
Copy link
Collaborator

flarco commented Sep 17, 2024

Thanks, the goreleaser files run on their respective machine runners during build, so it's a bit more complex. See here.
Do you have experience releasing multi-arch linux builds to homebrew? I haven't before, so I'm not sure.

I'm thinking to add below to .goreleaser.linux.arm64.yaml and .goreleaser.linux.amd64.yaml but I think this will overwrite the other one 🤔 .

...
brews:
  - name: sling-linux
    repository:
      owner: slingdata-io
      name: homebrew-sling
      branch: main

    homepage: https:/slingdata.io/
    description: "Data Integration made simple, from the command line. Extract and load data from popular data sources to destinations with high performance and ease."
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants