pull/3/head
Paulo Truta 2021-02-12 18:35:44 +01:00
commit 2d5cc88fa9
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}"