zhaohehuhu commented on code in PR #2445:
URL: https://github.com/apache/auron/pull/2445#discussion_r3879117450
##########
.github/workflows/build-arm-releases.yml:
##########
@@ -109,6 +109,9 @@ jobs:
run: echo "short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
- name: Build auron-${{ matrix.sparkver }}_${{ matrix.scalaver }}
+ env:
+ AURON_BUILD_BRANCH: ${{ github.head_ref || github.ref_name }}
Review Comment:
Got it. I’ve already updated the job to use auron-build.sh to build ARM
artifacts. @slfan1989
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]