Skip to content

Commit

Permalink
Added: goreleaser for binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
danielunderwood committed Feb 26, 2022
1 parent e631b34 commit 4e26128
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Empty file added .github/workflows/release.yml
Empty file.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@
# Dependency directories (remove the comment below to include it)
# vendor/
result
dist/
11 changes: 11 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
project_name: log2http
builds:
- env: [CGO_ENABLED=0]
goos:
- linux
- windows
- darwin
goarch:
- amd64
- arm64
universal_binaries:

0 comments on commit 4e26128

Please sign in to comment.