feat: use gzip again in gitea runner

This commit is contained in:
dusk 2024-09-26 22:17:59 +03:00
parent d8f1692c99
commit f2bd0a43ec
Signed by: dusk
SSH Key Fingerprint: SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw
2 changed files with 4 additions and 1 deletions

View File

@ -16,7 +16,7 @@
nodejs nodejs
wget wget
gnutar gnutar
xz gzip
]; ];
}; };
} }

View File

@ -0,0 +1,3 @@
{
virtualisation.podman.enable = true;
}