Skip to content

Commit

Permalink
ci: fix makefile production build (nameserver-systems#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
linxside authored Jul 21, 2024
1 parent aedb9f6 commit 7ef5825
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ install:
@for f in $(MODULEPATHS); do go install -i $${f}; done

production-build: COMPILEFLAGS += -a
production-build: mod-prepare lint clean strip-binaries compression
production-build: mod-prepare lint clean build strip-binaries compression

clean:
go clean -i -testcache ./...
go clean -i -testcache
rm -r -f ./bin/

lint: inspect
Expand Down

0 comments on commit 7ef5825

Please sign in to comment.