Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
esaulpaugh committed Aug 4, 2024
1 parent 8fdc51d commit 1c2d230
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,9 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y qemu binfmt-support qemu-user-static
sudo apt-get install -y libc6:arm64
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
- name: Build in ARM64 container
run: |
docker run --rm -v ${{ github.workspace }}:/workspace -w /workspace arm64v8/ubuntu:latest \
/bin/bash -c "apt-get update && apt-get install -y openjdk-11-jdk && java -version"
- name: Build and Test in ARM64 container
run: |
docker run --rm -v ${{ github.workspace }}:/workspace -w /workspace arm64v8/ubuntu:latest \
Expand Down

0 comments on commit 1c2d230

Please sign in to comment.