Skip to content

Commit

Permalink
fix: remove build-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Dec 27, 2024
1 parent 6a80f5f commit 04fdbe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN go mod download

# BUILD BINARY
COPY . .
RUN make build-go build-tools
RUN make build-go

# BUILD RUST BIN
FROM --platform=${BUILDPLATFORM} rust:slim-bookworm AS chef
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ install-linter: check-go check-curl
generate-code-from-proto: check-protoc

.PHONY: build
build: build-rust build-go build-tools## Builds the binaries locally into ./target
build: build-rust build-go ## Builds the binaries locally into ./target

.PHONY: build-rust
build-rust:
Expand Down

0 comments on commit 04fdbe7

Please sign in to comment.