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

This commit is contained in:
Jackson Coelho
2025-10-10 18:52:05 +02:00
committed by GitHub
parent d3c54b09fe
commit 352c046094
-13
View File
@@ -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]