Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
chore: remove homebrew builds (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
bketelsen authored Sep 23, 2023
1 parent 8d89ede commit c4569bd
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,25 +77,7 @@ checksum:
algorithm: sha256
snapshot:
name_template: "{{ incpatch .Version }}-next"
brews:
- tap:
owner: ublue-os
name: homebrew-tap
token: "{{ .Env.TAP_GITHUB_TOKEN }}"
folder: Formula
goarm: "7"
homepage: https://getfleek.dev
description: Own your $HOME
license: Apache-2.0
test: |
system "#{bin}/fleek -v"
dependencies:
- name: go
type: optional
- name: git

install: |-
bin.install "fleek"
# The lines beneath this are called `modelines`. See `:help modeline`
# Feel free to remove those if you don't want/use them.
# yaml-language-server: $schema=https://goreleaser.com/static/schema-pro.json
Expand Down

0 comments on commit c4569bd

Please sign in to comment.