Merge branch 'krille/update-flutter-3-7-10' into 'main'

chore: Update flutter to 3.7.10 and switch to self hosted cirruslabs image

See merge request famedly/fluffychat!1108
This commit is contained in:
Krille 2023-04-12 06:38:20 +00:00
commit 253a3afbdd
2 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,7 @@
variables: variables:
FLUTTER_VERSION: 3.7.7 FLUTTER_VERSION: 3.7.10
image: cirrusci/flutter:${FLUTTER_VERSION} image: ghcr.io/cirruslabs/flutter:${FLUTTER_VERSION}
.shared_windows_runners: .shared_windows_runners:
tags: tags:
@ -88,7 +88,6 @@ integration_test:
# integration tests for Linux builds # integration tests for Linux builds
### disabled because of Linux headless issues ### disabled because of Linux headless issues
.integration_test_linux: .integration_test_linux:
image: cirrusci/flutter:${FLUTTER_VERSION}
extends: integration_test extends: integration_test
parallel: parallel:
matrix: matrix:

View File

@ -1,4 +1,4 @@
FROM cirrusci/flutter as builder FROM ghcr.io/cirruslabs/flutter as builder
RUN sudo apt update && sudo apt install curl -y RUN sudo apt update && sudo apt install curl -y
COPY . /app COPY . /app
WORKDIR /app WORKDIR /app