Skip to content

Commit 6ad255e

Browse files
committed
add uploading linux-aarch64 biocontainers
1 parent 41b2416 commit 6ad255e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bioconda_utils/artifacts.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ def upload_pr_artifacts(config, repo, git_sha, dryrun=False, mulled_upload_targe
8989
quay_login = os.environ['QUAY_LOGIN']
9090

9191
pattern = f"{tmpdir}/*/images/*.tar.gz"
92+
if artifact_source == "circleci":
93+
pattern = f"{tmpdir}/*/*/images/*.tar.gz"
94+
9295
logger.info(f"Checking for images at {pattern}.")
9396
for img in glob.glob(pattern):
9497
m = IMAGE_RE.match(os.path.basename(img))

0 commit comments

Comments
 (0)