We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c57324f commit ee0e8a7Copy full SHA for ee0e8a7
.slsa-goreleaser.yml
@@ -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