This commit is contained in:
Paulo Truta
2021-02-12 18:35:44 +01:00
+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}"