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

Commit

Permalink
fix goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Aug 26, 2017
1 parent 162e3b2 commit bbc5a71
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions goreleaser.yml → .goreleaser.yml
@@ -1,13 +1,13 @@
build:
builds:
binary: graboid
goos:
- windows
- darwin
- linux
goarch:
- amd64
# hooks:
# post: /bin/sh install/scripts/upx.sh
ldflags: -s -w -X m-X main.Version={{.Version}} -X main.BuildTime={{.Date}}

archive:
format: tar.gz
format_overrides:
Expand All @@ -18,6 +18,7 @@ archive:
darwin: macOS
linux: linux
windows: win

brew:
github:
owner: blacktop
Expand All @@ -26,4 +27,4 @@ brew:
homepage: "https://github.com/blacktop/graboid"
description: "Clientless docker image downloader."
test: |
system "#{bin}/graboid --version"
system "#{bin}/graboid --version"

0 comments on commit bbc5a71

Please sign in to comment.