Skip to content

Commit 20afee7

Browse files
committed
fix docker build
1 parent a859730 commit 20afee7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN git describe --tags --always
2525
# Run goreleaser
2626
RUN --mount=type=cache,target=/root/.cache/go-build \
2727
--mount=type=cache,target=/go/pkg \
28-
GOOS=$TARGETOS GOARCH=$TARGETARCH GOAMD64=v3 GOARM=7 \
28+
GOOS=$TARGETOS GOARCH=$TARGETARCH GOAMD64=v2 GOARM=7 \
2929
goreleaser build --single-target --id readium --skip=validate $(case "$NO_SNAPSHOT" in yes|true|1) ;; *) echo "--snapshot";; esac) --output ./readium
3030

3131
# Run tests

0 commit comments

Comments
 (0)