loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request 'fix: release: Forgejo version is not set' (#5042) from earl-warren/forgejo:wip-dockerfile into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5042
Reviewed-by: Gusted <gusted@noreply.codeberg.org>

Gusted f0fa959c eea9ba5b

+1 -1
+1 -1
Dockerfile
··· 36 36 RUN make clean 37 37 RUN make frontend 38 38 RUN go build contrib/environment-to-ini/environment-to-ini.go && xx-verify environment-to-ini 39 - RUN make RELEASE_VERSION=$RELEASE_VERSION GOFLAGS="-trimpath" LDFLAGS="-buildid=" go-check generate-backend static-executable && xx-verify gitea 39 + RUN LDFLAGS="-buildid=" make RELEASE_VERSION=$RELEASE_VERSION GOFLAGS="-trimpath" go-check generate-backend static-executable && xx-verify gitea 40 40 41 41 # Copy local files 42 42 COPY docker/root /tmp/local