Skip to content

Commit

Permalink
Update Goreleaser config (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
sj14 authored Aug 6, 2022
1 parent 3fa918f commit c9d9ed6
Showing 1 changed file with 15 additions and 34 deletions.
49 changes: 15 additions & 34 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,54 +10,35 @@ builds:
id: "astral"
env:
- CGO_ENABLED=0
- GO111MODULE=on
goos:
- linux
- darwin
- freebsd
- openbsd
- netbsd
- solaris
- dragonfly
- windows
goarch:
- 386
- amd64
- arm
- arm64
goarm:
- 6
- 7
archives:
- id: astral
builds:
- astral
wrap_in_directory: true
format_overrides:
- goos: windows
format: zip
files:
- LICENSE
- AUTHORS
- README.md
- astral
format: binary
checksum:
name_template: "checksums.txt"
snapshot:
name_template: "{{ .Tag }}-next-{{.Commit}}"
nfpms:
- maintainer: Simon Jürgensmeyyer <[email protected]>
homepage: https://github.com/sj14/astral/
description: Calculations for the position of the sun and moon.
license: Apache License 2.0
formats:
- deb
- rpm
builds:
- astral
# nfpms:
# - maintainer: Simon Jürgensmeyyer <[email protected]>
# homepage: https://github.com/sj14/astral/
# description: Calculations for the position of the sun and moon.
# license: Apache License 2.0
# formats:
# - deb
# - rpm
# - apk # not tested
# builds:
# - astral
brews:
- name: astral
ids:
- astral
skip_upload: auto
tap:
owner: sj14
name: homebrew-tap
Expand All @@ -68,7 +49,7 @@ release:
name: astral
disable: false
draft: false
prerelease: false
prerelease: auto
changelog:
filters:
exclude:
Expand Down

0 comments on commit c9d9ed6

Please sign in to comment.