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 1fa7d00 commit 41a0136Copy full SHA for 41a0136
.goreleaser.yml
@@ -48,6 +48,7 @@ builds:
48
- linux_amd64
49
- linux_arm64
50
- windows_amd64
51
+ - freebsd_amd64
52
binary: 'step_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
53
-
54
# This build is for S3 unversioned binaries that follow our naming convention there.
@@ -59,6 +60,7 @@ builds:
59
60
61
62
63
64
binary: 'step_latest_{{ .Os }}_{{ .Arch }}'
65
66
# This build is specifically for nFPM targets (.deb and .rpm files).
0 commit comments