summaryrefslogtreecommitdiff
path: root/prompts/skills/pkgrepo/references/packaging-workflow.md
diff options
context:
space:
mode:
Diffstat (limited to 'prompts/skills/pkgrepo/references/packaging-workflow.md')
-rw-r--r--prompts/skills/pkgrepo/references/packaging-workflow.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/prompts/skills/pkgrepo/references/packaging-workflow.md b/prompts/skills/pkgrepo/references/packaging-workflow.md
index d180be3..bf53bb8 100644
--- a/prompts/skills/pkgrepo/references/packaging-workflow.md
+++ b/prompts/skills/pkgrepo/references/packaging-workflow.md
@@ -57,7 +57,7 @@ Cross-compilation from Linux fails for CGo (e.g. packages with DataDog/zstd). Us
- **OpenBSD**: native build on the local QEMU/KVM build VM (see [openbsd-build-vm.md](openbsd-build-vm.md))
- **FreeBSD**: cross-compile with `CGO_ENABLED=0 -tags nozstd` — disables zstd support but allows static cross-compile
-- **Rocky Linux**: built locally on earth (x86_64) and on pi0 (aarch64 via rpmbuild)
+- **Rocky Linux**: built locally on earth (x86_64) and on pi2 (aarch64 via rpmbuild) — was pi0 until it was reinstalled to NetBSD; pi2 is the current designated aarch64 Rocky build host
## Manual Packaging Reference