Use GitHub Actions to build Arch packages. For more information, please read my post (Chinese).
The uploadToOneDrive job is optional, you can use urepo to create your package repositorie after upload to OneDrive.
The packages are located at OneDrive and GitHub releases, choose one of you like.
Add the following code snippet to your /etc/pacman.conf
(choose one):
# Download from OneDrive
[vifly]
Server = https://archrepo.viflythink.com
# Download from GitHub releases
[vifly]
Server = https://github.com/vifly/arch-build/releases/latest/download
Then, run sudo pacman -Syu
to update repository and upgrade system.
Now you can use sudo pacman -S <pkg_name>
to install packages from my repository.
- some actions are too coupled, need to refactor
- add more clear output log for debug