Skip to content

Commit

Permalink
dockerfile for local build, makefile update
Browse files Browse the repository at this point in the history
  • Loading branch information
yusing committed Jan 4, 2025
1 parent ea053a7 commit a9c1419
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ cloc:

push-docker-io:
BUILDER=remote-arm docker buildx build --platform linux/arm64 -t docker.io/yusing/godoxy-nightly --push .
docker buildx build --platform linux/amd64 -t docker.io/yusing/godoxy-nightly --push .
BUILDER=local docker buildx build --platform linux/amd64 -t docker.io/yusing/godoxy-nightly --push .
1 change: 1 addition & 0 deletions internal/net/http/middleware/middlewares.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ func LoadComposeFiles() {
allMiddlewares[strutils.ToLowerNoSnake(name)] = m
logger.Info().
Str("src", path.Base(defFile)).
Str("name", name).
Msg("middleware loaded")
}
}
Expand Down

0 comments on commit a9c1419

Please sign in to comment.