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
|
@ -3,13 +3,13 @@ stages:
|
|||
|
||||
build:
|
||||
stage: build
|
||||
image: nixpkgs/nix:nixos-20.03
|
||||
image: nixpkgs/nix:nixos-21.05
|
||||
script: nix-shell --run ./ci.sh
|
||||
parallel:
|
||||
matrix:
|
||||
- NIXPKGS_CHANNEL: nixos-unstable
|
||||
IMAGE_TAG: latest
|
||||
- NIXPKGS_CHANNEL:
|
||||
- nixos-20.03
|
||||
- nixos-20.09
|
||||
- nixos-21.05
|
||||
- nixos-21.11
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue