Skip to content

Commit

Permalink
chore: fix goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
aldor007 committed Nov 24, 2020
1 parent c4a213d commit 43dc82f
Showing 1 changed file with 1 addition and 27 deletions.
28 changes: 1 addition & 27 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,42 +1,16 @@
project_name: mort
builds:
-
binary: mort
- binary: mort
goarch:
- amd64
goarm:
- "6"
goos:
- linux
# - darwin
ldflags: "-s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}"
main: "./cmd/mort/mort.go"
archive:
files:
- licence*
- LICENCE*
- license*
- LICENSE*
- readme*
- README*
- changelog*
- CHANGELOG*
format: tar.gz
name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
checksum:
name_template: "{{ .ProjectName }}_{{ .Version }}_checksums.txt"
#fpm:
# bindir: /usr/local/bin
# dependencies:
# - libvips-dev
# description: "Storage and image processing server"
# formats:
# - deb
# license: MIT
# maintainer: "Marcin Kaciuba <marcin.kaciuba@gmail.com>"
# files:
# "etc/mort.service": "/lib/systemd/system/mort.service"
# "configuration/config.yml": "/etc/mort/mort.yml"
release:
github:
name: mort
Expand Down

0 comments on commit 43dc82f

Please # to comment.