You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/05/10 16:33:54 UTC

[GitHub] [arrow] kszucs commented on a change in pull request #10288: ARROW-12721: [CI] Fix path for uploading aarch64 conda artifacts from the nightly builds

kszucs commented on a change in pull request #10288:
URL: https://github.com/apache/arrow/pull/10288#discussion_r629506198



##########
File path: dev/tasks/conda-recipes/azure.linux.yml
##########
@@ -34,5 +34,5 @@ jobs:
       CI=azure arrow/dev/tasks/conda-recipes/run_docker_build.sh $(pwd)/build_artifacts
     displayName: Run docker build
 
-  {{ macros.azure_upload_releases("build_artifacts/linux-64/*.tar.bz2") }}
-  {{ macros.azure_upload_anaconda("build_artifacts/linux-64/*.tar.bz2") }}
+  {{ macros.azure_upload_releases("build_artifacts/*/*.tar.bz2") }}

Review comment:
       The arm builds produce the artifacts into a different directory.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org