🆕 Target 24.11 too, now that it's out and non-beta
This commit is contained in:
parent
bccad7f19e
commit
35b2808180
3 changed files with 4 additions and 0 deletions
2
.github/workflows/nix.yml
vendored
2
.github/workflows/nix.yml
vendored
|
@ -18,6 +18,7 @@ jobs:
|
|||
channel:
|
||||
- nixos-unstable
|
||||
- nixos-24.05
|
||||
- nixos-24.11
|
||||
system:
|
||||
- aarch64-linux
|
||||
- x86_64-linux
|
||||
|
@ -65,6 +66,7 @@ jobs:
|
|||
channel:
|
||||
- nixos-unstable
|
||||
- nixos-24.05
|
||||
- nixos-24.11
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
|
@ -11,3 +11,4 @@ build:
|
|||
IMAGE_TAG: latest
|
||||
- NIXPKGS_CHANNEL:
|
||||
- nixos-24.05
|
||||
- nixos-24.11
|
||||
|
|
|
@ -40,6 +40,7 @@ nixpkgs channel describes.
|
|||
| Channel | Image Tag | Description |
|
||||
| --- | --- | --- |
|
||||
| nixos-24.05 | nixos-24.05 | only minor versions that include security updates |
|
||||
| nixos-24.11 | nixos-24.11 | only minor versions that include security updates |
|
||||
| nixos-unstable | latest | latest and greatest, major versions might change |
|
||||
|
||||
## List of images
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue