This commit is contained in:
Till Faelligen 2022-12-23 11:05:05 +01:00
parent a2f7de6f0e
commit 2bb239cc64
No known key found for this signature in database
GPG key ID: ACCDC9606D472758

View file

@ -21,7 +21,7 @@ RUN --mount=target=. \
GOARCH="$TARGETARCH" \
GOOS="linux" \
CGO_ENABLED=$([ "$TARGETARCH" = "$USERARCH" ] && echo "1" || echo "0") \
go build -v -ldflags="${FLAGS}" -trimpath -o /out/ ./cmd/... && \
go build -v -ldflags="${FLAGS}" -trimpath -o /out/ ./cmd/...
#
# The dendrite base image