fix(build): rpm signature config (#19476) (#19483)

Co-authored-by: Jackson Coelho <fcjack@gmail.com>
pull/19477/head v3.5.7
George Robinson 7 months ago committed by GitHub
parent 080a1099cd
commit d5b382b907
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 13
      tools/packaging/nfpm.jsonnet

@ -74,17 +74,4 @@ local arch = std.extVar('arch');
src: './dist/tmp/packages/%s-linux-%s' % [name, arch],
dst: '/usr/bin/%s' % name,
}],
deb: {
signature: {
// Also set ${NFPM_PASSPHRASE}
key_file: '${NFPM_SIGNING_KEY_FILE}',
},
},
rpm: {
signature: {
// Also set ${NFPM_PASSPHRASE}
key_file: '${NFPM_SIGNING_KEY_FILE}',
},
},
} + overrides[name]

Loading…
Cancel
Save