Skip to content

Commit

Permalink
fix: docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
thoas committed Nov 29, 2024
1 parent 8f0a943 commit b97f25f
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 @@ -57,7 +57,7 @@ build-static:
-X 'github.com/thoas/picfit/constants.Compiler=$(compiler)'" -a -installsuffix cgo -o $(BIN_DIR)/picfit ./cmd/picfit/main.go

docker-build-static:
CGO_ENABLED=0 make build-static
make build-static


.PNONY: all test format
Expand Down

0 comments on commit b97f25f

Please sign in to comment.