]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
ci nixos: switch container image tag docs-develop-ci-n-u025gi/deployments/4034
authorVladimír Čunát <vladimir.cunat@nic.cz>
Thu, 9 May 2024 05:34:33 +0000 (07:34 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Thu, 9 May 2024 06:12:44 +0000 (08:12 +0200)
Unfortunately the `latest` tag is amd64 only right now,
even though it did have both recently. I hope this will work reliably.

ci/pkgtest.yaml

index b7b87c35d1184d4ce6ef387e4cec2ad7b64406a3..2ac4d4cf94bc2af45046aac0bd2dc3f979665f5f 100644 (file)
@@ -119,7 +119,8 @@ nixos-unstable:pkgbuild:
     - docker
     - linux
     - ${PLATFORM}
-  image: nixos/nix
+  # https://github.com/NixOS/nix/issues/10648#issuecomment-2101993746
+  image: docker.io/nixos/nix:latest-${PLATFORM}
 
   variables:
     NIX_PATH: nixpkgs=https://github.com/nixos/nixpkgs/archive/nixos-unstable.tar.gz