From 514c5c50ef8f4c58f542cb2abbfbf967370b9268 Mon Sep 17 00:00:00 2001 From: Cornelius Roemer Date: Mon, 11 Mar 2024 17:08:00 +0100 Subject: [PATCH] chore(ci): update linux-aarch64 sha in bioconda publish script Bioconda now publishes linux-aarch64 packages for nextclade as well, so those shas also should be updated. https://github.com/bioconda/bioconda-recipes/pull/46185/ --- scripts/publish_bioconda | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/publish_bioconda b/scripts/publish_bioconda index 3aa7914b0..2ba0167d8 100755 --- a/scripts/publish_bioconda +++ b/scripts/publish_bioconda @@ -29,6 +29,7 @@ export artifacts_dir="${THIS_DIR}/../artifacts" artifacts=( 'nextclade-aarch64-apple-darwin' + 'nextclade-aarch64-unknown-linux-gnu' 'nextclade-x86_64-apple-darwin' 'nextclade-x86_64-unknown-linux-gnu' )