Build images for channel nixos-21.11
+ Stop building images for 20.03
This commit is contained in:
parent
f6c1358e7a
commit
7cbf8629aa
3 changed files with 6 additions and 6 deletions
2
.github/workflows/nix.yml
vendored
2
.github/workflows/nix.yml
vendored
|
@ -17,8 +17,8 @@ jobs:
|
||||||
channel:
|
channel:
|
||||||
- nixos-unstable
|
- nixos-unstable
|
||||||
- nixos-20.09
|
- nixos-20.09
|
||||||
- nixos-20.03
|
|
||||||
- nixos-21.05
|
- nixos-21.05
|
||||||
|
- nixos-21.11
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
|
@ -3,13 +3,13 @@ stages:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
image: nixpkgs/nix:nixos-20.03
|
image: nixpkgs/nix:nixos-21.05
|
||||||
script: nix-shell --run ./ci.sh
|
script: nix-shell --run ./ci.sh
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- NIXPKGS_CHANNEL: nixos-unstable
|
- NIXPKGS_CHANNEL: nixos-unstable
|
||||||
IMAGE_TAG: latest
|
IMAGE_TAG: latest
|
||||||
- NIXPKGS_CHANNEL:
|
- NIXPKGS_CHANNEL:
|
||||||
- nixos-20.03
|
|
||||||
- nixos-20.09
|
- nixos-20.09
|
||||||
- nixos-21.05
|
- nixos-21.05
|
||||||
|
- nixos-21.11
|
||||||
|
|
|
@ -39,10 +39,10 @@ nixpkgs channel describes.
|
||||||
|
|
||||||
| Channel | Image Tag | Description |
|
| Channel | Image Tag | Description |
|
||||||
| --- | --- | --- |
|
| --- | --- | --- |
|
||||||
| nixos-unstable | latest | latest and greatest, major versions might change |
|
| nixos-unstable | latest | latest and greatest, major versions might change |
|
||||||
|
| nixos-21.11 | nixos-21.11 | only minor versions that include security updates |
|
||||||
|
| nixos-21.05 | nixos-21.05 | only minor versions that include security updates |
|
||||||
| nixos-20.09 | nixos-20.09 | only minor versions that include security updates |
|
| nixos-20.09 | nixos-20.09 | only minor versions that include security updates |
|
||||||
| nixos-20.03 | nixos-20.03 | only minor versions that include security updates |
|
|
||||||
| nixos-21.05 | nixos-21.04 | only minor versions that include security updates |
|
|
||||||
|
|
||||||
## List of images
|
## List of images
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue