Skip to content

Commit

Permalink
Update linux arm64 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlauer committed Oct 19, 2023
1 parent 79689b9 commit f747ae6
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions .github/workflows/linux-arm64.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Linux arm64
on:
push
- push
- workflow_dispatch
jobs:
bootstrap:
build:
runs-on: ubuntu-latest
timeout-minutes: 40
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
Expand All @@ -13,18 +15,11 @@ jobs:
cache: 'maven'
- uses: uraimo/run-on-arch-action@v2
with:
arch: aarch64
distro: ubuntu18.04
githubToken: ${{ github.token }}
arch: none
distro: none
base_image: fizzed/buildx:arm64v8-ubuntu18-jdk11
dockerRunArgs: |
--volume "~/.m2:/root/.m2" --volume "${PWD}:/mnt"
install: |
apt-get update
apt-get -y install openjdk-11-jdk-headless git curl wget gzip
wget https://raw.githubusercontent.com/jjlauer/provisioning/master/linux/bootstrap-maven.sh
chmod +x ./bootstrap-maven.sh
./bootstrap-maven.sh
run: |
export PATH=$PATH:/opt/maven/current/bin
cd /mnt
mvn test

0 comments on commit f747ae6

Please sign in to comment.