Skip to content

Commit 6c3ecd7

Browse files
authored
[various] updated cirrus container references where they've moved to GitHub container registry (#2038)
* updated cirrus container references where they've moved to GitHub container registry * rollback flutter 3.0.0 container references as they're not on GitHub container registrt * rolled back change to image for building android example app
1 parent c006585 commit 6c3ecd7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.cirrus.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
task:
22
name: Build Android example app (stable channel)
33
container:
4-
image: cirrusci/flutter:stable
4+
image: ghcr.io/cirruslabs/flutter:stable
55
pub_cache:
66
folder: ~/.pub-cache
77
install_melos_script:
@@ -78,7 +78,7 @@ task:
7878
task:
7979
name: Build Linux example app (stable channel)
8080
container:
81-
image: cirrusci/flutter:stable
81+
image: ghcr.io/cirruslabs/flutter:stable
8282
pub_cache:
8383
folder: ~/.pub-cache
8484
setup_script:
@@ -112,7 +112,7 @@ task:
112112
task:
113113
name: Run all unit tests (Dart)
114114
container:
115-
image: cirrusci/flutter:stable
115+
image: ghcr.io/cirruslabs/flutter:stable
116116
install_melos_script:
117117
- dart pub global activate melos 2.9.0
118118
test_script:
@@ -123,7 +123,7 @@ task:
123123
task:
124124
name: Run all unit tests (Android)
125125
container:
126-
image: cirrusci/flutter:stable
126+
image: ghcr.io/cirruslabs/flutter:stable
127127
install_melos_script:
128128
- dart pub global activate melos 2.9.0
129129
test_script:
@@ -137,7 +137,7 @@ task:
137137
EMULATOR_API_LEVEL: 28
138138
ANDROID_ABI: "default;x86"
139139
container:
140-
image: cirrusci/flutter:stable
140+
image: ghcr.io/cirruslabs/flutter:stable
141141
cpu: 4
142142
memory: 10G
143143
kvm: true

0 commit comments

Comments
 (0)