mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
removed system matrix
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: jeeves-build
|
name: build_jeeves
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
pull_request:
|
pull_request:
|
||||||
@@ -7,19 +7,12 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: build-${{ matrix.system }}
|
name: build_jeeves
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
system:
|
|
||||||
- "bob"
|
|
||||||
- "jeeves"
|
|
||||||
- "muninn"
|
|
||||||
- "rhapsody-in-green"
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: DeterminateSystems/nix-installer-action@v3
|
uses: DeterminateSystems/nix-installer-action@v3
|
||||||
- name: Build default package
|
- name: Build default package
|
||||||
run: 'nix-shell -p nixos-rebuild --run "nixos-rebuild build --flake ./#${{ matrix.system }}"'
|
run: 'nix-shell -p nixos-rebuild --run "nixos-rebuild build --flake ./#jeeves"'
|
||||||
Reference in New Issue
Block a user