From: Vladimír Čunát Date: Thu, 9 May 2024 05:34:33 +0000 (+0200) Subject: ci nixos: switch container image tag X-Git-Tag: v5.7.3~6^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae4a25fd9cb26f985b1bac28d97c3835618aac7b;p=thirdparty%2Fknot-resolver.git ci nixos: switch container image tag Unfortunately the `latest` tag is amd64 only right now, even though it did have both recently. I hope this will work reliably. --- diff --git a/ci/pkgtest.yaml b/ci/pkgtest.yaml index b7b87c35d..2ac4d4cf9 100644 --- a/ci/pkgtest.yaml +++ b/ci/pkgtest.yaml @@ -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