[ci] forgejo: build more outputs
This commit is contained in:
parent
bb9e7b1139
commit
36b1967187
1 changed files with 5 additions and 3 deletions
|
@ -10,9 +10,11 @@ jobs:
|
||||||
runs-on: nixos
|
runs-on: nixos
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
machine:
|
target:
|
||||||
- vm
|
- docs
|
||||||
|
- nvim
|
||||||
|
- nixosConfigurations.vm.config.system.build.toplevel
|
||||||
steps:
|
steps:
|
||||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||||
- run: nix --version
|
- run: nix --version
|
||||||
- run: nix build --print-build-logs '.#nixosConfigurations.${{ matrix.machine }}.config.system.build.toplevel'
|
- run: nix build --print-build-logs '.#${{ matrix.target }}'
|
||||||
|
|
Loading…
Reference in a new issue