Skip to content

Update readme

Update readme #75

Workflow file for this run

name: Linux arm64
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:arm64-ubuntu16-jdk11
dockerRunArgs: |
--volume "~/.m2:/root/.m2" --volume "${PWD}:/mnt"
run: |
cd /mnt
mvn test