add lxc template generator
This commit is contained in:
parent
6e89a09685
commit
ae7c8f2a6d
5 changed files with 68 additions and 40 deletions
20
.github/workflows/nixos.yml
vendored
20
.github/workflows/nixos.yml
vendored
|
@ -51,11 +51,23 @@ jobs:
|
|||
- name: "Build NixOS ISO ❄️"
|
||||
run: |
|
||||
nix build '.#iso'
|
||||
- uses: actions/upload-artifact@v3
|
||||
build-lxc:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.2
|
||||
|
||||
- name: "Install Nix ❄️"
|
||||
uses: cachix/install-nix-action@v15
|
||||
|
||||
- name: "Install Cachix ❄️"
|
||||
uses: cachix/cachix-action@v10
|
||||
with:
|
||||
name: nixos-iso
|
||||
retention-days: 3
|
||||
path: result/iso/*.iso
|
||||
name: 0x76-infra
|
||||
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
||||
|
||||
- name: "Build NixOS Proxmox LXC ❄️"
|
||||
run: |
|
||||
nix build '.#proxmox-lxc'
|
||||
build-olympus:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue