1FLATPAK BUILD-SIGN(1) flatpak build-sign FLATPAK BUILD-SIGN(1)
2
3
4
6 flatpak-build-sign - Sign an application or runtime
7
9 flatpak build-sign [OPTION...] LOCATION ID [BRANCH]
10
12 Signs the commit for a specified application or runtime in a local
13 repository. LOCATION is the location of the repository. ID is the
14 name of the application, or runtime if --runtime is specified. If
15 BRANCH is not specified, it is assumed to be "master".
16
17 Applications can also be signed during build-export, but it is
18 sometimes useful to add additional signatures later.
19
21 The following options are understood:
22
23 -h, --help
24 Show help options and exit.
25
26 --gpg-sign=KEYID
27 Sign the commit with this GPG key. This option can be used multiple
28 times.
29
30 --gpg-homedir=PATH
31 GPG Homedir to use when looking for keyrings
32
33 --runtime
34 Sign a runtime instead of an app.
35
36 --arch=ARCH
37 The architecture to use. See flatpak --supported-arches for
38 architectures supported by the host.
39
40 -v, --verbose
41 Print debug information during command processing.
42
43 --ostree-verbose
44 Print OSTree debug information during command processing.
45
47 $ flatpak build-sign
48 --gpg-sign=D8BA6573DDD2418027736F1BC33B315E53C1E9D6 /some/repo
49 org.my.App
50
52 ostree(1), flatpak(1), flatpak-build-export(1), flatpak-build(1),
53
54
55
56flatpak FLATPAK BUILD-SIGN(1)