build: Linux arm64 support

* protoc zip fetching
* Makefile:
    * GOOS and GOARCH
    * run vet on all targets

Note: freebsd/arm64 is apparently not supported

fixes #180
refs #181
This commit is contained in:
Christian Schwarz
2019-06-23 12:10:52 +02:00
parent 90b32c7377
commit 234a327a03
4 changed files with 45 additions and 9 deletions
+5
View File
@@ -25,6 +25,11 @@ We use the following annotations for classifying changes:
* |bugfix| Change that fixes a bug, no regressions or incompatibilities expected.
* |docs| Change to the documentation.
0.1.2
-----
* Linux ARM64 Docker build support & binary builds
0.1.1
-----