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 2dd704186bcc2f21e36b0939f21de1e8a8f5b8de Author: Per Abich <[email protected]> AuthorDate: Sat Mar 8 20:13:13 2025 +0100 Adding mvnd for linux on docker on a mac. --- .github/workflows/release.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4f5ac42e..b32c42aa 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -36,6 +36,12 @@ jobs: matrix: # binaries wanted: linux amd64, mac intel, mac M1, windows x86 os: [ ubuntu-latest, macos-13, macos-14, windows-latest ] + arch: [ x64, arm64 ] + exclude: + - os: macos-13 + arch: arm64 + - os: windows-latest + arch: arm64 runs-on: ${{ matrix.os }} steps:
