fix(ci): o ante e pali mute kama pali lili
All checks were successful
build / build (push) Successful in 1m14s
All checks were successful
build / build (push) Successful in 1m14s
This commit is contained in:
@@ -4,26 +4,14 @@ on: [push]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
build-sydpc:
|
build:
|
||||||
runs-on: nixos
|
runs-on: nixos
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: build sydpc
|
- name: build sydpc
|
||||||
run: nix build -L .#nixosConfigurations.sydpc.config.system.build.toplevel
|
run: nix build -L .#nixosConfigurations.sydpc.config.system.build.toplevel
|
||||||
|
|
||||||
build-fruitbook:
|
|
||||||
runs-on: nixos
|
|
||||||
steps:
|
|
||||||
- name: Check out repository code
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
- name: build fruitbook
|
- name: build fruitbook
|
||||||
run: nix build -L .#nixosConfigurations.fruitbook.config.system.build.toplevel
|
run: nix build -L .#nixosConfigurations.fruitbook.config.system.build.toplevel
|
||||||
|
|
||||||
build-deertopia:
|
|
||||||
runs-on: nixos
|
|
||||||
steps:
|
|
||||||
- name: Check out repository code
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
- name: build deertopia
|
- name: build deertopia
|
||||||
run: nix build -L .#nixosConfigurations.deertopia.config.system.build.toplevel
|
run: nix build -L .#nixosConfigurations.deertopia.config.system.build.toplevel
|
||||||
|
|||||||
Reference in New Issue
Block a user