Skip to content

Commit

Permalink
Fixed wrong build
Browse files Browse the repository at this point in the history
  • Loading branch information
maoueh committed Dec 11, 2024
1 parent dc703e7 commit dfa5b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.github
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG TARGETOS TARGETARCH
RUN --mount=target=. \
--mount=type=cache,target=/root/.cache/go-build \
--mount=type=cache,target=/go/pkg \
GOOS=$TARGETOS GOARCH=$TARGETARCH go build -o /app/substreams .
GOOS=$TARGETOS GOARCH=$TARGETARCH go build -o /app/substreams ./cmd/substreams

FROM ubuntu:22.04

Expand Down

0 comments on commit dfa5b80

Please sign in to comment.