Update Makefile

This commit is contained in:
Rodrigue Chakode 2022-05-02 00:43:36 +02:00 committed by GitHub
parent ff7c2819d3
commit 9e7fbaa445
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ vendor:
$(GOVENDOR)
build:
$(GOBUILD) $(GOBUILD_FLAGS) -o $(PACKAGE_NAME) -v
env GOOS=linux GOARCH=amd64 $(GOBUILD) $(GOBUILD_FLAGS) -o $(PACKAGE_NAME) -v
build-ci:
docker run --rm \