Added arm build to build-all Makefile command

pull/3/head^2
Paulo Truta 2021-02-12 17:22:03 +00:00
parent 972a77173a
commit ba1fe45c1b
1 changed files with 1 additions and 0 deletions

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}"