2m / arch-pkgbuild-builder

Arch Linux PKGBUILD GitHub builder action
https://github.com/marketplace/actions/arch-linux-pkgbuild-builder-action
35 stars 24 forks source link

Signature errors #42

Closed desbma closed 1 year ago

desbma commented 1 year ago

I am getting signature errors for some package installs:

error: pacman-contrib: signature from "Daniel M. Capella <polyzen@archlinux.org>" is unknown trust
:: File /var/cache/pacman/pkg/pacman-contrib-1.7.1-1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).

I think you may need to manually update archlinux-keyring for the container.

2m commented 1 year ago

Thanks for reporting! Apparently the underlying docker image stopped being updated, as the GitHub action for deploying to DockerHub changed how it works. Fixed it here: https://github.com/2m/archlinux-docker/pull/17

desbma commented 1 year ago

Thanks