From 9cf6b999152b57d16479aecd8f09b84cb04b3978 Mon Sep 17 00:00:00 2001 From: jahanson Date: Mon, 20 May 2024 20:32:00 -0500 Subject: [PATCH] Update label --- .github/workflows/build.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 70c21af..0554b24 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,25 +10,15 @@ jobs: matrix: include: - system: varda - os: aarch64 + os: aarch64-native - system: durincore os: x86_64 runs-on: ${{ matrix.os }} steps: - # - name: Create nix mount point - # if: contains(matrix.os, 'x86_64') - # run: mkdir /nix - name: Checkout repository uses: https://github.com/actions/checkout@v4 with: fetch-depth: 0 - # - name: Install Nix - # uses: https://github.com/cachix/install-nix-action@v26 - # with: - # extra_nix_config: | - # experimental-features = nix-command flakes - # nix_path: nixpkgs=channel:nixos-unstable - # - uses: https://github.com/DeterminateSystems/magic-nix-cache-action@main - uses: https://github.com/cachix/cachix-action@v14 if: ${{ !github.event.pull_request.head.repo.fork }} with: