From 81d5b8e2a6e0dc912e4d2263e2640f14d4bbe048 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikodem=20Rabuli=C5=84ski?= Date: Sat, 10 Feb 2024 22:16:23 +0100 Subject: [PATCH] .github/workflows: run arm jobs on selfhosted runner --- .github/workflows/build.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 7366423..df6fdda 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -62,7 +62,7 @@ jobs: nix run .#attic -- push nrab-attic:public result build-aarch64-linux: - runs-on: ubuntu-latest + runs-on: [Linux, ARM64, nix] needs: [matrix] if: ${{ needs.matrix.outputs.aarch64-linux != '[]' && needs.matrix.outputs.aarch64-linux != '' }} strategy: @@ -71,10 +71,6 @@ jobs: output: ${{ fromJson(needs.matrix.outputs.aarch64-linux )}} steps: - uses: actions/checkout@v3 - - uses: docker/setup-qemu-action@v3 - - uses: ./.github/actions/install-nix - with: - extra-conf: extra-platforms = aarch64-linux - name: Build output run: nix build .#${{ matrix.output }} -L - name: Push output