Compare commits

..

No commits in common. "c3b9e335e6b1ecc6b41066d9681ef5856d5f6083" and "4063a76c46a8f6da65cf11b8f74c7d3d8fb70cae" have entirely different histories.

View file

@ -8,7 +8,7 @@ runprint() {
runprint apk add --quiet git nodejs npm go make runprint apk add --quiet git nodejs npm go make
# TODO: cachear clon de repo # TODO: cachear clon de repo
wget -qO- https://codeberg.org/attachments/2bf497db-fa91-4260-9c98-5c791b6b397c | tar zx runprint git clone https://codeberg.org/forgejo/forgejo --branch v1.18.3-2 --depth 1 --single-branch
cd forgejo cd forgejo
runprint env GOOS=linux GOARCH=amd64 LDFLAGS="-linkmode external -extldflags '-static' $LDFLAGS" TAGS="bindata sqlite sqlite_unlock_notify" make build runprint env GOOS=linux GOARCH=amd64 LDFLAGS="-linkmode external -extldflags '-static' $LDFLAGS" TAGS="bindata sqlite sqlite_unlock_notify" make build