Skip to content

Commit

Permalink
fix swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
neolynx committed Sep 30, 2024
1 parent 6b84750 commit 6ff9992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ binaries: ## Build binary releases (FreeBSD, MacOS, Linux tar)
# set version
@make version > VERSION
# install and initialize swagger
go install github.com/swaggo/swag/cmd/swag@latest
unset GOBIN; go install github.com/swaggo/swag/cmd/swag@latest
PATH=$(BINPATH)/:$(PATH) swag init
# build aprlt
GOOS=$(GOOS) GOARCH=$(GOARCH) go build -o build/tmp/aptly -ldflags='-extldflags=-static'
Expand Down

0 comments on commit 6ff9992

Please sign in to comment.