Skip to content

Commit 88d6d00

Browse files
authoredMar 13, 2024··
Upgrading container versions (#149)
1 parent 0beecd4 commit 88d6d00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎DistTasks.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ tasks:
198198
#
199199
# Until there is a fix released we must use a recent gcc for Linux_ARMv6 build, so for this
200200
# build we select the debian10 based container.
201-
CONTAINER_TAG: "{{.GO_VERSION}}-armel-debian10"
201+
CONTAINER_TAG: "{{.GO_VERSION}}-armel-debian11"
202202
PACKAGE_PLATFORM: "Linux_ARMv6"
203203
PACKAGE_NAME: "{{.PROJECT_NAME}}_{{.VERSION}}_{{.PACKAGE_PLATFORM}}.tar.gz"
204204

@@ -255,6 +255,6 @@ tasks:
255255
#
256256
# To compile it we need an SDK >=10.12 so we use the debian10 based container that
257257
# has the SDK 10.14 installed.
258-
CONTAINER_TAG: "{{.GO_VERSION}}-darwin-debian10"
258+
CONTAINER_TAG: "{{.GO_VERSION}}-darwin-debian11"
259259
PACKAGE_PLATFORM: "macOS_64bit"
260260
PACKAGE_NAME: "{{.PROJECT_NAME}}_{{.VERSION}}_{{.PACKAGE_PLATFORM}}.tar.gz"

0 commit comments

Comments
 (0)
Please sign in to comment.