From 08d337401f3e26232a486350eca0de91de716fbe Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Wed, 16 Nov 2022 08:39:48 -0800 Subject: [PATCH] Update Flutter Build Images --- .drone.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.drone.yml b/.drone.yml index e70125c0..205c0142 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ clone: steps: - name: clone - image: cirrusci/flutter:3.0.1 + image: cirrusci/flutter:3.3.8 environment: buildbot_key_b64: from_secret: buildbot_key_b64 @@ -24,7 +24,7 @@ steps: - git checkout $DRONE_COMMIT - name: fetch - image: cirrusci/flutter:3.0.1 + image: cirrusci/flutter:3.3.8 volumes: - name: deps path: /root/.pub-cache @@ -47,7 +47,7 @@ steps: # #Todo: fix all the lint errors and add `-set_exit_status` above to enforce linting - name: build-linux - image: openpriv/flutter-desktop:linux-fstable-3.0.1 + image: openpriv/flutter-desktop:linux-fstable-3.3.8 volumes: - name: deps path: /root/.pub-cache @@ -61,7 +61,7 @@ steps: - rm -r cwtch - name: test-build-android - image: cirrusci/flutter:3.0.1 + image: cirrusci/flutter:3.3.8 when: event: pull_request volumes: @@ -71,7 +71,7 @@ steps: - flutter build apk --debug - name: build-android - image: cirrusci/flutter:3.0.1 + image: cirrusci/flutter:3.3.8 when: event: push environment: @@ -95,7 +95,7 @@ steps: #- cp build/app/outputs/flutter-apk/app-debug.apk deploy/android - name: widget-tests - image: cirrusci/flutter:3.0.1 + image: cirrusci/flutter:3.3.8 volumes: - name: deps path: /root/.pub-cache @@ -177,7 +177,7 @@ clone: steps: - name: clone - image: openpriv/flutter-desktop:windows-sdk30-fstable-3.0.1 + image: openpriv/flutter-desktop:windows-sdk30-fstable-3.3.8 environment: buildbot_key_b64: from_secret: buildbot_key_b64 @@ -195,7 +195,7 @@ steps: - git checkout $Env:DRONE_COMMIT - name: fetch - image: openpriv/flutter-desktop:windows-sdk30-fstable-3.0.1 + image: openpriv/flutter-desktop:windows-sdk30-fstable-3.3.8 commands: - git describe --tags --abbrev=1 > VERSION - powershell -command "Get-Date -Format 'yyyy-MM-dd-HH-mm'" > BUILDDATE @@ -203,7 +203,7 @@ steps: - .\fetch-libcwtch-go.ps1 - name: build-windows - image: openpriv/flutter-desktop:windows-sdk30-fstable-3.0.1 + image: openpriv/flutter-desktop:windows-sdk30-fstable-3.3.8 commands: - flutter pub get - $Env:version += type .\VERSION @@ -262,7 +262,7 @@ steps: - move *.sha512 deploy\$Env:builddir - name: deploy-windows - image: openpriv/flutter-desktop:windows-sdk30-fstable-3.0.1 + image: openpriv/flutter-desktop:windows-sdk30-fstable-3.3.8 when: event: push status: [ success ]