Skip to content
Snippets Groups Projects
Commit 141b9d9c authored by Andri Joos's avatar Andri Joos :blush:
Browse files

add 3.27.0 version

parent 07e0c3ed
No related branches found
No related tags found
No related merge requests found
......@@ -12,10 +12,18 @@ variables:
variables:
BUILD_ARGS: FLUTTER_VERSION=${VERSION}
"3.27.0":
extends:
- .build_flutter_linux
- .build_image_job_template
variables:
VERSION: 3.27.0
IMAGE_NAME: ${IMAGE_BASENAME}:${VERSION}-${TAG_SUFFIX},${IMAGE_BASENAME}:3.27-${TAG_SUFFIX},${IMAGE_BASENAME}:3-${TAG_SUFFIX}
"3.24.5":
extends:
- .build_flutter_linux
- .build_image_job_template
variables:
VERSION: 3.24.5
IMAGE_NAME: ${IMAGE_BASENAME}:${VERSION}-${TAG_SUFFIX},${IMAGE_BASENAME}:3.24-${TAG_SUFFIX},${IMAGE_BASENAME}:3-${TAG_SUFFIX}
IMAGE_NAME: ${IMAGE_BASENAME}:${VERSION}-${TAG_SUFFIX},${IMAGE_BASENAME}:3.24-${TAG_SUFFIX}
......@@ -23,6 +23,7 @@
"type": "pickString",
"description": "Choose flutter version",
"options": [
"3.27.0",
"3.24.5",
],
},
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment