apkbuilds @ 3.20

 1# apkbuilds
 2
 3This is me just me playing with alpine repos. Also I'll be deploying my futures
 4toy project into alpine machines, so this will come handy.
 5
 6Who needs docker anyways ;)
 7
 8# Setup
 9
10If for whatever reason you want to add this repo:
11
12```shell
13echo "https://artifacts.gabrielgio.me/repo/v3.20/" >> /etc/apk/repositories
14```
15
16Then trust me:
17
18```shell
19curl https://artifacts.gabrielgio.me/repo/mail%40gabrielgio.me-62ddc4dc.rsa.pub \
20    -o  /etc/apk/keys/mail@gabrielgio.me-62ddc4dc.rsa.pub
21```
22
23# Apks Alpine 3.20
24
25For docs check https://apkdoc.gabrielgio.me/
26