Added arm build to build-all Makefile command

This commit is contained in:
Paulo Truta
2021-02-12 17:22:03 +00:00
parent 972a77173a
commit ba1fe45c1b
+1
View File
@@ -7,6 +7,7 @@ BUILD_DIR = bin
build-all:
GOOS=linux GOARCH=amd64 make build
GOOS=linux GOARCH=arm make build
build:
@echo "Building ${GOOS}-${GOARCH}"