Skip to content

Commit

Permalink
chore(ci): also update aarch64 in bioconda recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed Apr 16, 2024
1 parent 706b50f commit 5af2f56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions scripts/publish_bioconda
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ THIS_DIR="$(
export artifacts_dir="${THIS_DIR}/../artifacts"

artifacts=(
'nextclade-aarch64-apple-darwin'
'nextclade-x86_64-apple-darwin'
'nextclade-x86_64-unknown-linux-gnu'
'nextclade-aarch64-unknown-linux-gnu'
'nextclade-x86_64-apple-darwin'
'nextclade-aarch64-apple-darwin'
)

mkdir -p "${artifacts_dir}"
Expand Down
3 changes: 2 additions & 1 deletion scripts/update-bioconda.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@

archs = {
"linux64": "x86_64-unknown-linux-gnu",
"aarch64": "aarch64-unknown-linux-gnu",
"osx and x86_64": "x86_64-apple-darwin",
"arm64": "aarch64-apple-darwin"
"osx and arm64": "aarch64-apple-darwin",
}

if __name__ == '__main__':
Expand Down

0 comments on commit 5af2f56

Please sign in to comment.