packages: alpine: verify supported versions

v8.0-dev should be supported too but it is not LTS: only care for
9.0-dev which is not different for Alpine.
This commit is contained in:
Earl Warren 2024-08-07 09:17:29 +02:00
parent 50c5908a91
commit f46d01885f
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
7 changed files with 4 additions and 97 deletions

View file

@ -6,7 +6,7 @@ forgejo_token=$2
# initialize abuild
apk update
apk add --no-cache alpine-sdk sudo util-linux
apk add --no-cache alpine-sdk sudo util-linux curl
adduser -D user -h /home/user
addgroup user abuild
echo "root ALL=(ALL) ALL" >/etc/sudoers