1
1
mirror of https://github.com/goreleaser/nfpm synced 2025-04-05 13:49:07 +02:00
nfpm/testdata/acceptance/deb.dpkg-sig.sign.yaml
Carlos Alexandro Becker afeac6e542
ci: add back dpkg-signed tests
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2024-11-10 09:58:11 -03:00

16 lines
356 B
YAML

name: "foo"
arch: "${BUILD_ARCH}"
platform: "linux"
version: "v1.0.0"
maintainer: "John Doe <john@example.com>"
description: This package is signed
vendor: "FooBarCorp"
homepage: "http://example.com"
contents:
- src: ./testdata/fake
dst: /usr/bin/fake
deb:
signature:
method: dpkg-sig
key_file: ./internal/sign/testdata/privkey_unprotected.asc