Skip to content

Commit

Permalink
Update goreleaser file
Browse files Browse the repository at this point in the history
  • Loading branch information
valicm committed May 24, 2020
1 parent 3119e61 commit 0e19768
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ builds:
- amd64
- arm
- arm64
ignore:
- goos: freebsd
goarch: arm64
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down
3 changes: 3 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) 2020 Valentino Medimorec
// SPDX-License-Identifier: MIT

package main

import (
Expand Down

0 comments on commit 0e19768

Please sign in to comment.