Skip to content

Commit

Permalink
Remove qemu-arm build
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgrefer committed Nov 11, 2022
1 parent ca37895 commit 5cda3dc
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,28 +43,3 @@ jobs:
uses: codecov/codecov-action@v3.1.1
with:
files: jacoco*.xml,*Jacoco*.xml

build_arm:
runs-on: ubuntu-latest
name: Build on Linux ${{ matrix.arch }}

strategy:
fail-fast: false
matrix:
include:
- arch: aarch64
distro: bullseye

steps:
- uses: actions/checkout@v2.1.0
- uses: uraimo/run-on-arch-action@v2
with:
arch: ${{ matrix.arch }}
distro: ${{ matrix.distro }}
githubToken: ${{ github.token }}
install: |
apt-get update -q -y
apt-get install -q -y default-jre-headless tar
run: |
java -XshowSettings:properties -version
./gradlew -V build

0 comments on commit 5cda3dc

Please sign in to comment.