We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a859730 commit 20afee7Copy full SHA for 20afee7
1 file changed
Dockerfile
@@ -25,7 +25,7 @@ RUN git describe --tags --always
25
# Run goreleaser
26
RUN --mount=type=cache,target=/root/.cache/go-build \
27
--mount=type=cache,target=/go/pkg \
28
- GOOS=$TARGETOS GOARCH=$TARGETARCH GOAMD64=v3 GOARM=7 \
+ GOOS=$TARGETOS GOARCH=$TARGETARCH GOAMD64=v2 GOARM=7 \
29
goreleaser build --single-target --id readium --skip=validate $(case "$NO_SNAPSHOT" in yes|true|1) ;; *) echo "--snapshot";; esac) --output ./readium
30
31
# Run tests
0 commit comments