Long renewing image.

This commit is contained in:
Emiliano Vavassori 2025-02-08 21:58:45 +01:00
parent 7ca1978489
commit 0ea1e04bb9

View File

@ -10,11 +10,21 @@ jobs:
- name: Fix permissions
run: /fixperms.sh
- name: Refresh packages
run: /paruw.sh "paru -Syy"
- name: Refresh keys
run: /paruw.sh "paru -S --noconfirm archlinux-keyring"
run: pacman -Syy
- name: Installing packaged keyring
run: /paruw.sh "paru -S archlinux-keyring"
- name: Create master keyring
run: pacman-key --init --allow-weak-key-signatures
- name: Populate master keyring
run: pacman-key --populate archlinux --allow-weak-key-signatures
- name: Hard refresh keys
run: pacman-key --refresh-keys
run: pacman-key --refresh-keys --allow-weak-key-signatures
- name: Installing rankmirrors
run: /paruw.sh "paru -S --noconfirm pacman-contrib pacman-mirrorlist"
- name: Renew mirrors choice
run: rankmirror -n 5 /etc/pacman.d/mirrorlist
- name: Ri-refreshing packages
run: /paruw.sh "paru -Syy"
- name: Compile package
run: /paruw.sh "paru -Bi --noconfirm ${{ gitea.workspace }}"
- name: Setup go for publishing