We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32b2154 commit 44a37e6Copy full SHA for 44a37e6
Dockerfile
@@ -22,7 +22,7 @@ COPY . ./
22
# Run goreleaser
23
RUN --mount=type=cache,target=/root/.cache/go-build \
24
--mount=type=cache,target=/go/pkg \
25
- GOOS=$TARGETOS GOARCH=$TARGETARCH goreleaser build --single-target --id rwp --skip=validate --snapshot --output ./rwp
+ GOOS=$TARGETOS GOARCH=$TARGETARCH GOAMD64=v3 goreleaser build --single-target --id rwp --skip=validate --snapshot --output ./rwp
26
27
# Run tests
28
# FROM builder AS tester
0 commit comments