build: add riscv64 binary releases (#2587)
Signed-off-by: MichaIng <micha@dietpi.com>
This commit is contained in:
parent
fa390c498d
commit
0ac39684f1
|
@ -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"
|
||||
license: "MIT"
|
||||
|
|
Loading…
Reference in New Issue