From 0bdf1953d1487286d4e5fb10adf860e4fd925e9e Mon Sep 17 00:00:00 2001 From: Tobias Date: Wed, 27 Mar 2024 12:00:17 +0100 Subject: [PATCH] Update arm.yaml --- .github/workflows/arm.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/arm.yaml b/.github/workflows/arm.yaml index d76cdcf..25e0558 100644 --- a/.github/workflows/arm.yaml +++ b/.github/workflows/arm.yaml @@ -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: