Compare commits
3 commits
4063a76c46
...
c3b9e335e6
Author | SHA1 | Date | |
---|---|---|---|
c3b9e335e6 | |||
315dad5203 | |||
a60f4cd28d |
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ runprint() {
|
|||
runprint apk add --quiet git nodejs npm go make
|
||||
|
||||
# TODO: cachear clon de repo
|
||||
runprint git clone https://codeberg.org/forgejo/forgejo --branch v1.18.3-2 --depth 1 --single-branch
|
||||
wget -qO- https://codeberg.org/attachments/2bf497db-fa91-4260-9c98-5c791b6b397c | tar zx
|
||||
cd forgejo
|
||||
|
||||
runprint env GOOS=linux GOARCH=amd64 LDFLAGS="-linkmode external -extldflags '-static' $LDFLAGS" TAGS="bindata sqlite sqlite_unlock_notify" make build
|
||||
|
|
Loading…
Reference in a new issue