From bc2dcf85d79a1d3b6bd431eee49fe174c73f6a63 Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Fri, 15 Aug 2025 08:55:18 +0200 Subject: [PATCH] Update awscli version by updating debian release --- linux/aws_uploader.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/aws_uploader.jl b/linux/aws_uploader.jl index 1833309..3a11706 100644 --- a/linux/aws_uploader.jl +++ b/linux/aws_uploader.jl @@ -21,6 +21,6 @@ packages = [ "vim", ] -artifact_hash, tarball_path, = debootstrap(arch, image; archive, packages) +artifact_hash, tarball_path, = debootstrap(arch, image; release = "trixie", archive, packages) upload_gha(tarball_path) test_sandbox(artifact_hash)