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

Commit

Permalink
removes the -no-sqlite from the released binaries (#1536)
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates authored Jan 17, 2019
1 parent 3fb335f commit 7335d70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ builds:
env:
- CGO_ENABLED=0
main: ./buffalo/main.go
binary: buffalo-no-sqlite
binary: buffalo

checksum:
name_template: 'checksums.txt'
Expand Down
5 changes: 2 additions & 3 deletions .goreleaser.yml.plush
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ builds:
env:
- CGO_ENABLED=0
main: ./buffalo/main.go
binary: buffalo-no-sqlite
binary: buffalo

checksum:
name_template: 'checksums.txt'
Expand All @@ -30,8 +30,7 @@ brew:
homepage: https://gobuffalo.io
description: A Go web development eco-system, designed to make your life easier.
install: |
bin.install "buffalo-no-sqlite"
mv "#{bin}/buffalo-no-sqlite", "#{bin}/buffalo"
bin.install "buffalo"
test: |
system "#{bin}/buffalo", "version"
<% } %>

0 comments on commit 7335d70

Please sign in to comment.