We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac18914 + 4f80f29 commit d75750eCopy full SHA for d75750e
.goreleaser.yml
@@ -51,14 +51,10 @@ builds:
51
binary: bin/step
52
-
53
# 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
+ # 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.
57
<< : *BUILD
58
id: nfpm
59
- targets:
60
- - linux_amd64
61
- - linux_arm64
62
binary: step-cli
63
64
archives:
0 commit comments