fix: temporaraly force the arm64 build to use the old stable flutter version
This commit is contained in:
parent
c94e8759ad
commit
693447b63d
1 changed files with 2 additions and 1 deletions
|
|
@ -158,7 +158,8 @@ build_linux_arm64:
|
||||||
stage: coverage
|
stage: coverage
|
||||||
before_script:
|
before_script:
|
||||||
- flutter channel stable
|
- flutter channel stable
|
||||||
- flutter upgrade --force
|
# - flutter upgrade --force
|
||||||
|
- $(cd $(which flutter | xargs dirname) && git checkout 2.2.3)
|
||||||
script: [./scripts/build-linux.sh]
|
script: [./scripts/build-linux.sh]
|
||||||
tags: [docker_arm64]
|
tags: [docker_arm64]
|
||||||
only:
|
only:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue