Skip to content

Commit

Permalink
Upload freebsd binaries to s3
Browse files Browse the repository at this point in the history
  • Loading branch information
dopey committed Jul 17, 2024
1 parent 3b1e836 commit 76ac99f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ builds:
- linux_amd64
- linux_arm64
- windows_amd64
- freebsd_amd64
binary: 'step_{{ .Version }}_{{ .Os }}_{{ .Arch }}'
-
# This build is for S3 unversioned binaries that follow our naming convention there.
Expand All @@ -59,6 +60,7 @@ builds:
- linux_amd64
- linux_arm64
- windows_amd64
- freebsd_amd64
binary: 'step_latest_{{ .Os }}_{{ .Arch }}'
-
# This build is specifically for nFPM targets (.deb and .rpm files).
Expand Down

0 comments on commit 76ac99f

Please sign in to comment.