Skip to content

Commit 44a37e6

Browse files
committedFeb 21, 2025·
Fix Docker build
1 parent 32b2154 commit 44a37e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ COPY . ./
2222
# Run goreleaser
2323
RUN --mount=type=cache,target=/root/.cache/go-build \
2424
--mount=type=cache,target=/go/pkg \
25-
GOOS=$TARGETOS GOARCH=$TARGETARCH goreleaser build --single-target --id rwp --skip=validate --snapshot --output ./rwp
25+
GOOS=$TARGETOS GOARCH=$TARGETARCH GOAMD64=v3 goreleaser build --single-target --id rwp --skip=validate --snapshot --output ./rwp
2626

2727
# Run tests
2828
# FROM builder AS tester

0 commit comments

Comments
 (0)
Please sign in to comment.