nikicat / archbuilder

Scripts to build AUR packages in the clouds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#archbuilder

If you want to build ArchLinux AUR packages faster - this script could help.

It runs AUR builds on a EC2 instance.

What it does is

  • allocates ec2 instance
  • runs docker container that builds provided packages using yay
  • fetches built packages back
  • terminates instance

Time to build linux kernel is about 20 minutes, cost is ~$0.07

What you need to run this script is a aws-cli-v2-bin linked to a working AWS account (with billing).

About

Scripts to build AUR packages in the clouds


Languages

Language:Shell 86.4%Language:Dockerfile 13.6%