Skip to content

Commit ee0e8a7

Browse files
committed
Add .slsa-goreleaser.yml configuration file
1 parent c57324f commit ee0e8a7

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.slsa-goreleaser.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# This is an example .goreleaser.yml file with some sensible defaults.
2+
# Make sure to check the documentation at https://goreleaser.com
3+
4+
# The lines below are called `modelines`. See `:help modeline`
5+
# Feel free to remove those if you don't want/need to use them.
6+
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
7+
# vim: set ts=2 sw=2 tw=0 fo=cnqoj
8+
9+
version: 1
10+
11+
env:
12+
- CGO_ENABLED=0
13+
14+
goos: linux
15+
16+
goarch: amd64
17+
18+
binary: binary-{{ .Os }}-{{ .Arch }}

0 commit comments

Comments
 (0)