Skip to content

New build of MacOS arm64 #69

New build of MacOS arm64

New build of MacOS arm64 #69

name: Linux MUSL x64
on:
- push
- workflow_dispatch
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 40
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '11'
cache: 'maven'
- uses: uraimo/run-on-arch-action@v2
with:
arch: none
distro: none
base_image: fizzed/buildx:x64-alpine3.11-jdk11
shell: /bin/sh
dockerRunArgs: |
--volume "~/.m2:/root/.m2" --volume "${PWD}:/mnt"
run: |
cd /mnt
mvn test