All of lore.kernel.org
 help / color / mirror / Atom feed
From: Quirin Gylstorff <Quirin.Gylstorff@siemens.com>
To: jan.kiszka@siemens.com, cip-dev@lists.cip-project.org
Subject: [cip-dev][isar-cip-core][PATCH 1/2] .gitlabci: add qemu-arm64 secureboot and swupdate
Date: Fri, 10 Jun 2022 09:25:23 +0200	[thread overview]
Message-ID: <20220610072524.910925-2-Quirin.Gylstorff@siemens.com> (raw)
In-Reply-To: <20220610072524.910925-1-Quirin.Gylstorff@siemens.com>

From: Quirin Gylstorff <quirin.gylstorff@siemens.com>

Signed-off-by: Quirin Gylstorff <quirin.gylstorff@siemens.com>
---
 .gitlab-ci.yml | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8545a66..23ab1cb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -218,6 +218,29 @@ build:qemu-amd64-swupdate:
     targz: disable
     deploy: disable
 
+# secure boot images arm64
+build:qemu-arm64-secure-boot:
+  extends:
+    - .build_base
+  variables:
+    target: qemu-arm64
+    extension: ebg-secure-boot-snakeoil
+    use_rt: disable
+    wic_targz: disable
+    targz: disable
+    deploy: disable
+
+build:qemu-arm64-swupdate:
+  extends:
+    - .build_base
+  variables:
+    target: qemu-arm64
+    extension: ebg-swu
+    use_rt: disable
+    wic_targz: disable
+    targz: disable
+    deploy: disable
+
 # bullseye images
 build:simatic-ipc227e-bullseye:
   extends:
-- 
2.35.1



  reply	other threads:[~2022-06-10  7:25 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-10  7:25 [cip-dev][isar-cip-core][PATCH 0/2] Update CI builds Quirin Gylstorff
2022-06-10  7:25 ` Quirin Gylstorff [this message]
2022-06-13  9:30   ` [cip-dev][isar-cip-core][PATCH 1/2] .gitlabci: add qemu-arm64 secureboot and swupdate Jan Kiszka
2022-06-13 10:00     ` Gylstorff Quirin
2022-06-10  7:25 ` [cip-dev][isar-cip-core][PATCH 2/2] .gitlabci: switch to bullseye Quirin Gylstorff
2022-06-13  9:31   ` Jan Kiszka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220610072524.910925-2-Quirin.Gylstorff@siemens.com \
    --to=quirin.gylstorff@siemens.com \
    --cc=cip-dev@lists.cip-project.org \
    --cc=jan.kiszka@siemens.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.