aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'nfpm.yaml')
-rw-r--r--nfpm.yaml15+4 −11
1 files changed, 4 insertions, 11 deletions
diff --git a/nfpm.yaml b/nfpm.yaml
index a0fc6ad..3ade60c 100644
--- a/nfpm.yaml
+++ b/nfpm.yaml
@@ -1,4 +1,4 @@
-# SPDX-FileCopyrightText: 2026 Nikolay Govorov
+# Copyright (c) 2026 Nikolay Govorov
# SPDX-License-Identifier: AGPL-3.0-or-later
# yaml-language-server: $schema=https://nfpm.goreleaser.com/schema.json
@@ -33,13 +33,6 @@ contents:
file_info:
mode: 0755
- # mirum-agent guest binaries — payload the worker injects into VMs.
- # Not host executables; the full guest matrix ships in every package.
- - src: build/agent/mirum-agent-*
- dst: /usr/lib/mirum/agent/
- file_info:
- mode: 0755
-
- src: packaging/server/config.yaml
dst: /etc/mirum/server/config.yaml
type: config|noreplace
@@ -127,6 +120,6 @@ rpm:
apk:
signature:
key_file: ${APK_SIGNING_KEY}
- # nFPM appends ".rsa.pub"; the versioned basename lets clients retain
- # historical package keys during rotation.
- key_name: packages.${PACKAGE_KEY_VERSION}
+ # nfpm appends ".rsa.pub" to this value when embedding the signature;
+ # clients must install the public key as /etc/apk/keys/mirum.rsa.pub.
+ key_name: mirum