Skip to content

Commit

Permalink
fix(): removed homebrew && updated build command
Browse files Browse the repository at this point in the history
  • Loading branch information
le-vlad committed May 9, 2024
1 parent be27508 commit 3e8a1fd
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ before:
builds:
- env:
- CGO_ENABLED=0
main: ./cmd/blink
main: ./
goos:
- darwin
- linux
Expand All @@ -32,16 +32,3 @@ archives:
- name_template: "blink_{{ .Version }}_{{ .Os }}_{{ .Arch }}"

project_name: datablink

# Check https://goreleaser.com/customization/homebrew/
brews:
- homepage: "https://github.com/usedatabrew/blink"
description: "Open Source stream processing framework"
name: datablink
folder: Formula
commit_author:
name: le-vlad
email: len.vladislavs@gmail.com
repository:
owner: usedatabrew
name: blink

0 comments on commit 3e8a1fd

Please sign in to comment.