Skip to content

Commit

Permalink
refactor(tool): Read .fvmrc file
Browse files Browse the repository at this point in the history
Signed-off-by: provokateurin <kate@provokateurin.de>
  • Loading branch information
provokateurin committed Feb 26, 2024
1 parent a819d28 commit 7a6faca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .cspell/tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ exiftool
extglob
freedesktop
fullpath
fvmrc
gboolean
gchar
genhtml
Expand Down
2 changes: 1 addition & 1 deletion tool/build-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if [[ "$target" == "linux/arm64" ]] || [[ "$target" == "linux/amd64" ]]; then
--platform "$target" \
--progress plain \
--tag "$tag" \
--build-arg="FLUTTER_VERSION=$(jq ".flutterSdkVersion" -r < .fvm/fvm_config.json | cut -d "@" -f 1)" \
--build-arg="FLUTTER_VERSION=$(jq ".flutter" -r < .fvmrc)" \
$(cache_build_args "$tag") \
-f "tool/build/Dockerfile.$os" \
./tool/build
Expand Down

0 comments on commit 7a6faca

Please sign in to comment.