Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
flutter-base
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
flutter
flutter-base
Compare revisions
fe95d812ffdb268c2a309a2ff2b6d3e157d4d0ec to 00742120e5c81d81b20989f376787109dd2ad817
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
docker-images/flutter/flutter-base
Select target project
No results found
00742120e5c81d81b20989f376787109dd2ad817
Select Git revision
Branches
arm64
master
Swap
Target
docker-images/flutter/flutter-base
Select target project
docker-images/flutter/flutter-base
1 result
fe95d812ffdb268c2a309a2ff2b6d3e157d4d0ec
Select Git revision
Branches
arm64
master
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
add 3.27.0 version
· 10d87e13
Andri Joos
authored
3 months ago
10d87e13
add 3.27.1 version
· 00742120
Andri Joos
authored
3 months ago
00742120
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+17
-1
17 additions, 1 deletion
.gitlab-ci.yml
with
17 additions
and
1 deletion
.gitlab-ci.yml
View file @
00742120
...
...
@@ -11,10 +11,26 @@ variables:
DOCKER_BUILDX_PLATFORMS
:
linux/amd64
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"
:
extends
:
-
.build_flutter_base
-
.build_image_job_template
variables
:
VERSION
:
3.27.0
IMAGE_NAME
:
${IMAGE_BASENAME}:${VERSION}
"
3.24.5"
:
extends
:
-
.build_flutter_base
-
.build_image_job_template
variables
:
VERSION
:
3.24.5
IMAGE_NAME
:
${IMAGE_BASENAME}:${VERSION},${IMAGE_BASENAME}:3.24
,${IMAGE_BASENAME}:3
IMAGE_NAME
:
${IMAGE_BASENAME}:${VERSION},${IMAGE_BASENAME}:3.24
This diff is collapsed.
Click to expand it.