We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 080a109 commit d5b382bCopy full SHA for d5b382b
tools/packaging/nfpm.jsonnet
@@ -74,17 +74,4 @@ local arch = std.extVar('arch');
74
src: './dist/tmp/packages/%s-linux-%s' % [name, arch],
75
dst: '/usr/bin/%s' % name,
76
}],
77
-
78
- deb: {
79
- signature: {
80
- // Also set ${NFPM_PASSPHRASE}
81
- key_file: '${NFPM_SIGNING_KEY_FILE}',
82
- },
83
84
- rpm: {
85
86
87
88
89
90
} + overrides[name]
0 commit comments