Skip to content

Commit

Permalink
Update arm.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shegox authored Mar 27, 2024
1 parent fc9ff76 commit 0bdf195
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Set up QEMU - arm
if: ${{ runner.arch == 'X86' || runner.arch == 'X64' }}
id: qemu-arm64
uses: docker/setup-qemu-action@v1
with:
image: tonistiigi/binfmt:latest
platforms: arm64
#- name: Set up QEMU - arm
# if: ${{ runner.arch == 'X86' || runner.arch == 'X64' }}
# id: qemu-arm64
# uses: docker/setup-qemu-action@v1
# with:
# image: tonistiigi/binfmt:latest
# platforms: arm64

- uses: Shegox/setup-java@main
with:
Expand Down

0 comments on commit 0bdf195

Please sign in to comment.