Skip to content

Commit d5b382b

Browse files
fix(build): rpm signature config (#19476) (#19483)
Co-authored-by: Jackson Coelho <[email protected]>
1 parent 080a109 commit d5b382b

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

tools/packaging/nfpm.jsonnet

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -74,17 +74,4 @@ local arch = std.extVar('arch');
7474
src: './dist/tmp/packages/%s-linux-%s' % [name, arch],
7575
dst: '/usr/bin/%s' % name,
7676
}],
77-
78-
deb: {
79-
signature: {
80-
// Also set ${NFPM_PASSPHRASE}
81-
key_file: '${NFPM_SIGNING_KEY_FILE}',
82-
},
83-
},
84-
rpm: {
85-
signature: {
86-
// Also set ${NFPM_PASSPHRASE}
87-
key_file: '${NFPM_SIGNING_KEY_FILE}',
88-
},
89-
},
9077
} + overrides[name]

0 commit comments

Comments
 (0)