Skip to content

Commit

Permalink
Re-fix wrong quoting, variable was not expanded properly
Browse files Browse the repository at this point in the history
  • Loading branch information
maoueh committed Dec 12, 2024
1 parent 05a595b commit 740ac10
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 VERSION=dev
RUN --mount=target=. \
--mount=type=cache,target=/root/.cache/go-build \
--mount=type=cache,target=/go/pkg \
GOOS=$TARGETOS GOARCH=$TARGETARCH go build -ldflags '-X "main.version=$VERSION"' -o /app/substreams ./cmd/substreams
GOOS=$TARGETOS GOARCH=$TARGETARCH go build -ldflags "-X \"main.version=$VERSION\"" -o /app/substreams ./cmd/substreams

FROM ubuntu:22.04

Expand Down

0 comments on commit 740ac10

Please sign in to comment.