Skip to content

Commit

Permalink
add .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
czerwonk committed Jul 20, 2021
1 parent 25ad445 commit fc4c568
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
dist: artifacts
before:
hooks:
- go mod download
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- darwin
- freebsd
goarch:
- amd64
- arm
- arm64
ignore:
- goos: freebsd
goarch: arm64
ldflags: -s -w -X main.version={{.Version}}
binary: lynis_exporter
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[![CircleCI](https://circleci.com/gh/MauveSoftware/lynis_exporter.svg?style=shield)](https://circleci.com/gh/MauveSoftware/lynis_exporter)
[![Go Report Card](https://goreportcard.com/badge/github.com/mauvesoftware/lynis_exporter)](https://goreportcard.com/report/github.com/mauvesoftware/lynis_exporter)

# lynis_exporter
Expand Down

0 comments on commit fc4c568

Please sign in to comment.