Skip to content

Commit

Permalink
dockerfile: fix race build output name (#2365)
Browse files Browse the repository at this point in the history
  • Loading branch information
bas-vk authored Feb 13, 2025
1 parent 38445fd commit 8524dde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ RUN go build \

RUN go build \
-trimpath \
-o /bin/river_node \
-o /bin/river_node_race \
-race \
-ldflags="-X github.com/towns-protocol/towns/core/river_node/version.version=$VER_VERSION -X github.com/towns-protocol/towns/core/river_node/version.branch=$VER_BRANCH -X github.com/towns-protocol/towns/core/river_node/version.commit=$VER_COMMIT" \
./river_node_race
./river_node

# Final stage
FROM alpine:latest
Expand Down

0 comments on commit 8524dde

Please sign in to comment.