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

@@ -13,7 +13,7 @@ To compile the final binary, use the Makefile provided in the repository.
As WireGuard Portal is written in Go, **golang >= 1.14** must be installed prior to building.
```
make
make build-cross-plat
```
The compiled binary and all necessary assets will be located in the dist folder.