Skip to content

Commit

Permalink
Disable brew builds
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Mar 25, 2021
1 parent 210aa79 commit a9e640a
Showing 1 changed file with 16 additions and 22 deletions.
38 changes: 16 additions & 22 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
env:
- GO111MODULE=on
- CGO_ENABLED=0
before:
hooks:
- go mod download
- go mod tidy
builds:
- id: "deckmaster"
env:
- CGO_ENABLED=0
binary: deckmaster
- binary: deckmaster
flags:
- -trimpath
ldflags: -s -w -X main.Version={{ .Version }} -X main.CommitSHA={{ .Commit }}
Expand All @@ -23,10 +21,7 @@ builds:
- 7

archives:
- id: default
builds:
- deckmaster
replacements:
- replacements:
386: i386
amd64: x86_64

Expand All @@ -44,19 +39,18 @@ nfpms:
- rpm
bindir: /usr/bin

brews:
- goarm: 6
tap:
owner: muesli
name: homebrew-tap
commit_author:
name: "Christian Muehlhaeuser"
email: "muesli@gmail.com"
homepage: "https://fribbledom.com/"
description: "An application to control your Elgato Stream Deck"
dependencies:
- name: linux
# skip_upload: true
#brews:
# - goarm: 6
# tap:
# owner: muesli
# name: homebrew-tap
# commit_author:
# name: "Christian Muehlhaeuser"
# email: "muesli@gmail.com"
# homepage: "https://fribbledom.com/"
# description: "An application to control your Elgato Stream Deck"
# dependencies:
# - name: linux

signs:
- artifacts: checksum
Expand Down

0 comments on commit a9e640a

Please sign in to comment.