Skip to content

.gitlab/ci/build_archiso.sh: do not use "default" as the gpg Key-Type

nl6720 requested to merge nl6720/archiso:fix-ci-gpg into master

GnuPG changed their default from RSA to ECC, so Key-Length not a thing it supports. Instead it asks for the Key-Curve.

Avoid using the default and hardcode ed25519 (which is the current GnuPG default).

Merge request reports