Skip to content

Commit

Permalink
try arm runner
Browse files Browse the repository at this point in the history
  • Loading branch information
SEIAROTg committed Jan 17, 2025
1 parent 4e4cec2 commit c129f8d
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,22 @@ on:

jobs:
test:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
# TODO: re-enable aarch64-linux once github has native runner
# https://github.com/orgs/community/discussions/19197
system: [x86_64-linux]
system:
- actions: ubuntu-24.04
nix: x86_64-linux
- actions: ubuntu-24.04-arm
nix: aarch64-linux
version:
- nixpkgs: nixos-24.11
home-manager: release-24.11
- nixpkgs: nixos-unstable
home-manager: master

runs-on: ${{ matrix.system.actions }}

steps:
- name: checkout
uses: actions/checkout@v4
Expand All @@ -38,5 +41,5 @@ jobs:
--override-input quadlet-nix "path:$(pwd)"
--override-input nixpkgs 'github:NixOS/nixpkgs/${{ matrix.version.nixpkgs }}'
--override-input home-manager 'github:nix-community/home-manager/${{ matrix.version.home-manager }}'
--override-input test-config "path:$(pwd)/tests/${{ matrix.system }}"
--override-input test-config "path:$(pwd)/tests/${{ matrix.system.nix }}"
./tests

0 comments on commit c129f8d

Please sign in to comment.