From 81ae33c9374baa17cc27e47a97155739436f4ab4 Mon Sep 17 00:00:00 2001 From: Marco Colombo Date: Wed, 13 Mar 2024 09:10:52 +0100 Subject: [PATCH] Upgrading container versions --- DistTasks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DistTasks.yml b/DistTasks.yml index ee576e21..8915f899 100644 --- a/DistTasks.yml +++ b/DistTasks.yml @@ -198,7 +198,7 @@ tasks: # # Until there is a fix released we must use a recent gcc for Linux_ARMv6 build, so for this # build we select the debian10 based container. - CONTAINER_TAG: "{{.GO_VERSION}}-armel-debian10" + CONTAINER_TAG: "{{.GO_VERSION}}-armel-debian11" PACKAGE_PLATFORM: "Linux_ARMv6" PACKAGE_NAME: "{{.PROJECT_NAME}}_{{.VERSION}}_{{.PACKAGE_PLATFORM}}.tar.gz" @@ -255,6 +255,6 @@ tasks: # # To compile it we need an SDK >=10.12 so we use the debian10 based container that # has the SDK 10.14 installed. - CONTAINER_TAG: "{{.GO_VERSION}}-darwin-debian10" + CONTAINER_TAG: "{{.GO_VERSION}}-darwin-debian11" PACKAGE_PLATFORM: "macOS_64bit" PACKAGE_NAME: "{{.PROJECT_NAME}}_{{.VERSION}}_{{.PACKAGE_PLATFORM}}.tar.gz"