Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,10 @@ builds:
binary: bin/step
-
# This build is specifically for nFPM targets (.deb and .rpm files).
# It's exactly the same as the default build above, except:
# - it only builds the archs we want to produce .deb and .rpm files for
# - the name of the output binary is step-cli
# It's exactly the same as the default build above, except the binary is
# named step-cli. It inherits all Linux targets from the default build.
<< : *BUILD
id: nfpm
targets:
- linux_amd64
- linux_arm64
binary: step-cli

archives:
Expand Down