From c3d4d11a31a67b33cd8b864f6ccecfbdd192dfb8 Mon Sep 17 00:00:00 2001 From: Enrique Belarte Luque Date: Thu, 6 Feb 2025 03:40:35 -0600 Subject: [PATCH] Update README to new workflow Signed-off-by: Enrique Belarte Luque --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f94e860..06e8332 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -# build-and-sign -A secret named `my-aws-auth-secret` should include these keys and their values: -AWS_ACCESS_KEY_ID -AWS_SECRET_ACCESS_KEY -AWS_KMS_TOKEN (optional, may be at argfile) +# Build-and-sign + +The build-and-sign process includes Konflux CI pipelines, Guthub actions, and Python scripts that verify new kernel versions and driver versions from specified sources. +These scripts trigger the Konflux pipelines for those kernel modules to be built and then signed using the AWS KMS service, followed by uploading them to a configured private repository.