fix ci and docker build

This commit is contained in:
Christoph Haas
2020-12-17 16:23:55 +01:00
parent 262e8e2047
commit a95fe42efe
3 changed files with 20 additions and 7 deletions

View File

@@ -74,6 +74,9 @@ For a standalone application, use the Makefile provided in the repository to bui
```
make
# To build for arm architecture as well use:
make build-cross-plat
```
The compiled binary and all necessary assets will be located in the dist folder.