File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments