From 168329fff02bd86af1ef7eb2728b772fb9535478 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Sat, 29 Mar 2025 20:12:35 -0400 Subject: docs/developer: add build directions for manually building Anubis (#154) Signed-off-by: Xe Iaso --- yeetfile.js | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'yeetfile.js') diff --git a/yeetfile.js b/yeetfile.js index 829754c..0dc9503 100644 --- a/yeetfile.js +++ b/yeetfile.js @@ -1,6 +1,4 @@ -go.install(); - -["amd64", "arm64"].forEach(goarch => { +["amd64", "arm64", "riscv64"].forEach(goarch => { [deb, rpm].forEach(method => method.build({ name: "anubis", description: "Anubis weighs the souls of incoming HTTP requests and uses a sha256 proof-of-work challenge in order to protect upstream resources from scraper bots.", @@ -8,6 +6,12 @@ go.install(); license: "MIT", goarch, + documentation: { + "./README.md": "README.md", + "./LICENSE": "LICENSE", + "./docs/docs/CHANGELOG.md": "CHANGELOG.md", + }, + build: (out) => { // install Anubis binary go.build("-o", `${out}/usr/bin/anubis`, "./cmd/anubis"); -- cgit v1.2.3