0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-05-11 04:55:34 +02:00

Fix snap release

This commit is contained in:
Lunny Xiao 2026-05-07 22:22:29 -07:00
parent 2b93eaf55b
commit 59f552d226
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A

View File

@ -75,7 +75,7 @@ parts:
set -x
sed -i 's/os.Getuid()/1/g' modules/setting/setting.go
npm install -g pnpm
TAGS="bindata pam cert" make build
TAGS="bindata sqlite sqlite_unlock_notify pam cert" make build
install -D gitea "${SNAPCRAFT_PART_INSTALL}/gitea"
cp -r options "${SNAPCRAFT_PART_INSTALL}/"