We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ac7ef2 commit 5a60298Copy full SHA for 5a60298
Makefile
@@ -44,7 +44,7 @@ version: ## Print aptly version
44
45
swagger-install:
46
# Install swag
47
- @test -f $(BINPATH)/swag || GOOS=linux GOARCH=amd64 go install github.com/swaggo/swag/cmd/swag@latest
+ @test -f $(BINPATH)/swag || GOOS= GOARCH= go install github.com/swaggo/swag/cmd/swag@latest
48
# Generate swagger.conf
49
cp docs/swagger.conf.tpl docs/swagger.conf
50
echo "// @version $(VERSION)" >> docs/swagger.conf
0 commit comments