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

add 3.27.1 version

parent 141b9d9c
No related merge requests found
Pipeline #7667 passed with stage
in 14 minutes and 59 seconds
......@@ -12,13 +12,21 @@ variables:
variables:
BUILD_ARGS: FLUTTER_VERSION=${VERSION}
"3.27.1":
extends:
- .build_flutter_linux
- .build_image_job_template
variables:
VERSION: 3.27.1
IMAGE_NAME: ${IMAGE_BASENAME}:${VERSION}-${TAG_SUFFIX},${IMAGE_BASENAME}:3.27-${TAG_SUFFIX},${IMAGE_BASENAME}:3-${TAG_SUFFIX}
"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}
IMAGE_NAME: ${IMAGE_BASENAME}:${VERSION}-${TAG_SUFFIX}
"3.24.5":
extends:
......
......@@ -23,6 +23,7 @@
"type": "pickString",
"description": "Choose flutter version",
"options": [
"3.27.1",
"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