ci: add support for multiple arch

This commit is contained in:
Li4n0
2022-01-08 19:31:51 +08:00
parent 82a20236e1
commit c63a498034
37 changed files with 49 additions and 391 deletions
+8 -3
View File
@@ -26,11 +26,16 @@ Powerful:
### Installation and Configuration
Download the latest release firstly. For the time being, only the binary for amd64 architecture is available for
download, if you need to use it in other architectures, you can compile it yourself.
Download the latest release directly or build by following steps:
```bash
git clone https://github.com/Li4n0/revsuit.git
cd revsuit/frontend && yarn install && yarn build
cd ../ && go build ./cmd/revsuit/revsuit.go
```
RevSuit will generate default configuration file on first run. Modify the configuration file according to your needs,
then re-run. A detailed description of the configuration file can be found at: [Configuration Notes](./CONFIG.md)
then re-run. A detailed description of the configuration file can be found at: [Configuration Notes](./CONFIG.md)
### Run