chore(deps): update nixos/nix docker tag to v2.20.1
This commit is contained in:
parent
3c675dd08e
commit
cf9d77d04e
1 changed files with 5 additions and 5 deletions
|
@ -28,7 +28,7 @@ before_script:
|
|||
|
||||
ci:
|
||||
stage: ci
|
||||
image: nixos/nix:2.19.2
|
||||
image: nixos/nix:2.20.1
|
||||
script:
|
||||
- direnv exec . engage
|
||||
cache:
|
||||
|
@ -39,7 +39,7 @@ ci:
|
|||
|
||||
static:x86_64-unknown-linux-musl:
|
||||
stage: artifacts
|
||||
image: nixos/nix:2.19.2
|
||||
image: nixos/nix:2.20.1
|
||||
script:
|
||||
# Push artifacts and build requirements to binary cache
|
||||
- ./bin/nix-build-and-cache .#static-x86_64-unknown-linux-musl
|
||||
|
@ -52,7 +52,7 @@ static:x86_64-unknown-linux-musl:
|
|||
|
||||
static:aarch64-unknown-linux-musl:
|
||||
stage: artifacts
|
||||
image: nixos/nix:2.19.2
|
||||
image: nixos/nix:2.20.1
|
||||
script:
|
||||
# Push artifacts and build requirements to binary cache
|
||||
- ./bin/nix-build-and-cache .#static-aarch64-unknown-linux-musl
|
||||
|
@ -68,7 +68,7 @@ static:aarch64-unknown-linux-musl:
|
|||
# all containerized anyway.
|
||||
oci-image:x86_64-unknown-linux-gnu:
|
||||
stage: artifacts
|
||||
image: nixos/nix:2.19.2
|
||||
image: nixos/nix:2.20.1
|
||||
script:
|
||||
# Push artifacts and build requirements to binary cache
|
||||
#
|
||||
|
@ -90,7 +90,7 @@ oci-image:aarch64-unknown-linux-musl:
|
|||
# Wait for the static binary job to finish before starting so we don't have
|
||||
# to build that twice for no reason
|
||||
- static:aarch64-unknown-linux-musl
|
||||
image: nixos/nix:2.19.2
|
||||
image: nixos/nix:2.20.1
|
||||
script:
|
||||
# Push artifacts and build requirements to binary cache
|
||||
- ./bin/nix-build-and-cache .#oci-image-aarch64-unknown-linux-musl
|
||||
|
|
Loading…
Add table
Reference in a new issue