pipeline: build: image: 'archlinux:latest' commands: - pacman -Syu --needed --noconfirm base-devel - makepkg -s - 'curl -F "file=@$(ls *.pkg*)" -H "X-API-KEY: $API_KEY" https://pkgs.rustybever.be/api/publish'