Skip to content

Use JNE for detecting os/arch/abi from filenames #16

Use JNE for detecting os/arch/abi from filenames

Use JNE for detecting os/arch/abi from filenames #16

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: uraimo/run-on-arch-action@v2
with:
arch: none
distro: none
base_image: arm64v8/ubuntu:18.04
shell: /bin/sh
run: |
apt update
apt -y install curl
linux/bootstrap-java.sh
/usr/lib/jvm/current/bin/java -version