Skip to content

Commit 41a0136

Browse files
authored
Upload freebsd binaries to s3 (#1239)
1 parent 1fa7d00 commit 41a0136

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.goreleaser.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ builds:
4848
- linux_amd64
4949
- linux_arm64
5050
- windows_amd64
51+
- freebsd_amd64
5152
binary: 'step_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
5253
-
5354
# This build is for S3 unversioned binaries that follow our naming convention there.
@@ -59,6 +60,7 @@ builds:
5960
- linux_amd64
6061
- linux_arm64
6162
- windows_amd64
63+
- freebsd_amd64
6264
binary: 'step_latest_{{ .Os }}_{{ .Arch }}'
6365
-
6466
# This build is specifically for nFPM targets (.deb and .rpm files).

0 commit comments

Comments
 (0)