Skip to content

Commit

Permalink
include linux-aarch64 artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
daler committed Nov 26, 2023
1 parent e75e4dd commit d737055
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions images/bot/src/bioconda_bot/comment.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ async def make_artifact_comment(session: ClientSession, pr: int, sha: str) -> No
comment += "noarch |"
elif subdir == "linux-64":
comment += "linux-64 |"
elif subdir == "linux-aarch64":
comment += "linux-aarch64 |"
else:
comment += "osx-64 |"
comment += f" {packageName} | [{archdir}]({URL})\n"
Expand Down

0 comments on commit d737055

Please sign in to comment.