mirror of
https://github.com/apache/maven-mvnd.git
synced 2026-01-27 01:19:12 +08:00
Adding mvnd for linux on docker on a mac.
This commit is contained in:
committed by
Guillaume Nodet
parent
f4aa7b7eda
commit
2dd704186b
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user