($INBOX_DIR/description missing)
 help / color / mirror / Atom feed
From: ross.burton@arm.com
To: yocto@lists.yoctoproject.org
Subject: [PATCH yocto-autobuilder-helper] publish-artefacts: publish genericarm64 images
Date: Tue,  5 Mar 2024 15:34:59 +0000	[thread overview]
Message-ID: <20240305153459.3736013-1-ross.burton@arm.com> (raw)

From: Ross Burton <ross.burton@arm.com>

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 scripts/publish-artefacts | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/scripts/publish-artefacts b/scripts/publish-artefacts
index f6c3d4c9..3b4e3704 100755
--- a/scripts/publish-artefacts
+++ b/scripts/publish-artefacts
@@ -143,6 +143,16 @@ case "$target" in
         sha256sums $TMPDIR/deploy/images/qemux86-64
         cp -R --no-dereference --preserve=links $TMPDIR/deploy/images/qemux86-64/*qemux86-64* $DEST/machines/qemu/qemux86-64
         ;;
+    "genericarm64")
+        mkdir -p $DEST/machines/genericarm64
+        sha256sums $TMPDIR/deploy/images/genericarm64
+        cp -R --no-dereference --preserve=links $TMPDIR/deploy/images/genericarm64/*genericarm64* $DEST/machines/genericarm64
+        ;;
+    "genericarm64-alt")
+        mkdir -p $DEST/machines/genericarm64-alt
+        sha256sums $TMPDIR/deploy/images/genericarm64
+        cp -R --no-dereference --preserve=links $TMPDIR/deploy/images/genericarm64/*genericarm64* $DEST/machines/genericarm64-alt
+        ;;
     "genericx86-64")
         mkdir -p $DEST/machines/genericx86-64
         sha256sums $TMPDIR/deploy/images/genericx86-64
-- 
2.34.1



                 reply	other threads:[~2024-03-05 15:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20240305153459.3736013-1-ross.burton@arm.com \
    --to=ross.burton@arm.com \
    --cc=yocto@lists.yoctoproject.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).