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

add 3.27.1 version

parent 985692a4
Branches master
No related tags found
No related merge requests found
Pipeline #7669 passed with stage
in 47 minutes and 54 seconds
...@@ -11,13 +11,21 @@ variables: ...@@ -11,13 +11,21 @@ variables:
DOCKER_BUILDX_PLATFORMS: linux/amd64 DOCKER_BUILDX_PLATFORMS: linux/amd64
BUILD_ARGS: FLUTTER_VERSION=${VERSION} BUILD_ARGS: FLUTTER_VERSION=${VERSION}
"3.27.1":
extends:
- .build_flutter_base
- .build_image_job_template
variables:
VERSION: 3.27.1
IMAGE_NAME: ${IMAGE_BASENAME}:${VERSION},${IMAGE_BASENAME}:3.27,${IMAGE_BASENAME}:3
"3.27.0": "3.27.0":
extends: extends:
- .build_flutter_base - .build_flutter_base
- .build_image_job_template - .build_image_job_template
variables: variables:
VERSION: 3.27.0 VERSION: 3.27.0
IMAGE_NAME: ${IMAGE_BASENAME}:${VERSION},${IMAGE_BASENAME}:3.27,${IMAGE_BASENAME}:3 IMAGE_NAME: ${IMAGE_BASENAME}:${VERSION}
"3.24.5": "3.24.5":
extends: extends:
......
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
"type": "pickString", "type": "pickString",
"description": "Choose flutter version", "description": "Choose flutter version",
"options": [ "options": [
"3.27.1",
"3.27.0", "3.27.0",
"3.24.5", "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