This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a commit to branch linux-arm64
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git


The following commit(s) were added to refs/heads/linux-arm64 by this push:
     new c8ba86d6 Use `matrix.arch` instead of `runner.arch`
c8ba86d6 is described below

commit c8ba86d64dee5adfec9a586c8ff503776200cf11
Author: Guillaume Nodet <[email protected]>
AuthorDate: Tue Nov 25 16:11:40 2025 +0100

    Use `matrix.arch` instead of `runner.arch`
---
 .github/workflows/release.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index b740986d..ba52e02d 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -53,7 +53,7 @@ jobs:
       - name: 'Set vars'
         shell: bash
         run: |
-          ARCH=$(echo '${{ runner.arch }}' | awk '{print tolower($0)}')
+          ARCH=$(echo '${{ matrix.arch }}' | awk '{print tolower($0)}')
           if [[ $ARCH == 'x64' ]]
           then
             echo "ARCH=amd64" >> $GITHUB_ENV

Reply via email to