mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-01-11 12:30:36 -05:00
Build images for channel nixos-21.11
+ Stop building images for 20.03
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user