Skip to content

Commit 32559f8

Browse files
committed
release-git: add missing aarch64 input to github-release action
In earlier commits, we added suppport for ARM64 to the release pipelines, but there's a couple more places to update. Let's do that. Signed-off-by: Dennis Ameling <[email protected]>
1 parent bea1632 commit 32559f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-git.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ jobs:
125125
artifacts-token: ${{ secrets.GITHUB_TOKEN }}
126126
git_artifacts_i686_workflow_run_id: ${{ env.I686_WORKFLOW_RUN_ID }}
127127
git_artifacts_x86_64_workflow_run_id: ${{ env.X86_64_WORKFLOW_RUN_ID }}
128+
git_artifacts_aarch64_workflow_run_id: ${{ env.AARCH64_WORKFLOW_RUN_ID }}
128129
announcement-mail:
129130
needs: ['setup', 'github-release']
130131
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)