From 0ac39684f175487314e97403406f4d2c482e3d79 Mon Sep 17 00:00:00 2001 From: MichaIng Date: Tue, 1 Aug 2023 15:00:42 +0200 Subject: [PATCH] build: add riscv64 binary releases (#2587) Signed-off-by: MichaIng --- .goreleaser.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 9ca03ac4..4642d939 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -20,6 +20,7 @@ build: - 386 - arm - arm64 + - riscv64 goarm: - 5 - 6 @@ -194,4 +195,4 @@ brews: name: FileBrowser Robot email: robot@filebrowser.org description: File Browser is a create-your-own-cloud-kind of software where you can install it on a server, direct it to a path and then access your files through a nice web interface - license: "MIT" \ No newline at end of file + license: "MIT"