Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
flutter-linux
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
docker images
devcontainer
flutter
flutter-linux
Commits
f78d6963
Commit
f78d6963
authored
3 months ago
by
Andri Joos
Browse files
Options
Downloads
Patches
Plain Diff
add 3.27.1 version
parent
141b9d9c
Loading
Loading
No related merge requests found
Pipeline
#7667
passed with stage
in 14 minutes and 59 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+9
-1
9 additions, 1 deletion
.gitlab-ci.yml
.vscode/tasks.json
+1
-0
1 addition, 0 deletions
.vscode/tasks.json
with
10 additions
and
1 deletion
.gitlab-ci.yml
+
9
−
1
View file @
f78d6963
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
.vscode/tasks.json
+
1
−
0
View file @
f78d6963
...
...
@@ -23,6 +23,7 @@
"type"
:
"pickString"
,
"description"
:
"Choose flutter version"
,
"options"
:
[
"3.27.1"
,
"3.27.0"
,
"3.24.5"
,
],
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment