Skip to content

Commit d75750e

Browse files
authored
Merge pull request #1544 from smallstep/carl/fix-1543
2 parents ac18914 + 4f80f29 commit d75750e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.goreleaser.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,10 @@ builds:
5151
binary: bin/step
5252
-
5353
# This build is specifically for nFPM targets (.deb and .rpm files).
54-
# It's exactly the same as the default build above, except:
55-
# - it only builds the archs we want to produce .deb and .rpm files for
56-
# - the name of the output binary is step-cli
54+
# It's exactly the same as the default build above, except the binary is
55+
# named step-cli. It inherits all Linux targets from the default build.
5756
<< : *BUILD
5857
id: nfpm
59-
targets:
60-
- linux_amd64
61-
- linux_arm64
6258
binary: step-cli
6359

6460
archives:

0 commit comments

Comments
 (0)