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
commit cab6c69d3d2af2e0ca2ca35f9d46e1f76ed18630 Author: Per Abich <[email protected]> AuthorDate: Fri Aug 15 16:09:01 2025 +0200 Trying to find the issue with the build. --- .github/workflows/early-access.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/early-access.yaml b/.github/workflows/early-access.yaml index 6fc817f1..8c1ba410 100644 --- a/.github/workflows/early-access.yaml +++ b/.github/workflows/early-access.yaml @@ -74,7 +74,7 @@ jobs: include-hidden-files: 'true' native-build: - name: 'Build with GraalVM on ${{ matrix.os }}' + name: 'Build with GraalVM on ${{ matrix.os }}-${{ matrix.arch }}' if: startsWith(github.event.head_commit.message, '[release] Release ') != true strategy: fail-fast: false diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b3851f68..ab4ccba9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -30,7 +30,7 @@ env: jobs: build: - name: 'Build with GraalVM on ${{ matrix.os }}' + name: 'Build with GraalVM on ${{ matrix.os }}-${{ matrix.arch }}' strategy: fail-fast: true matrix:
