mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-25 06:52:35 +01:00
Merge branch 'fix_arm_linux_build' into 'main'
fix: temporaraly force the arm64 build to use the old stable flutter version See merge request famedly/fluffychat!513
This commit is contained in:
commit
943f2814be
@ -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…
Reference in New Issue
Block a user