Skip to content

Commit

Permalink
fix: no arm64 runners at the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Nov 25, 2024
1 parent 9f62c06 commit a3df6fd
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,23 +40,23 @@ jobs:
- name: Build NixOS configuration
run: nix build .#nixosConfigurations.Kolyma-${{ matrix.instance }}.config.system.build.toplevel --show-trace

build-arm64:
strategy:
fail-fast: false
matrix:
instance: [ 4 ]
# build-arm64:
# strategy:
# fail-fast: false
# matrix:
# instance: [ 4 ]

runs-on: ubuntu-latest-arm
# runs-on: ubuntu-latest-arm

steps:
- name: Check out the repository
uses: actions/checkout@v4
# steps:
# - name: Check out the repository
# uses: actions/checkout@v4

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
# - name: Install Nix
# uses: DeterminateSystems/nix-installer-action@main

- name: Cache Nix store
uses: DeterminateSystems/magic-nix-cache-action@main
# - name: Cache Nix store
# uses: DeterminateSystems/magic-nix-cache-action@main

- name: Build NixOS configuration
run: nix build .#nixosConfigurations.Kolyma-${{ matrix.instance }}.config.system.build.toplevel --show-trace
# - name: Build NixOS configuration
# run: nix build .#nixosConfigurations.Kolyma-${{ matrix.instance }}.config.system.build.toplevel --show-trace

0 comments on commit a3df6fd

Please sign in to comment.