no se monta .:/app
Some checks failed
Create release from tag / create_release (push) Failing after 21s

This commit is contained in:
Álvaro González 2026-05-13 12:04:08 +02:00
parent d685dcadb8
commit fd35e23209
2 changed files with 2 additions and 2 deletions

View file

@ -138,7 +138,7 @@ exec_in_container(){
$GRAPHICOPTIONS \
$SPIOPTIONS \
-p ${WEBPORT:-8081}:8081 \
-v $BUILDCACHE:/cache:z \
-v $BUILDCACHE/sdks-flutter-bin-cache:/cache:z \
-v .:/app:z \
-e FLUTTER_FLAVOR=prod \
d4rt-formulas-builder \

View file

@ -7,7 +7,7 @@ build_release_files(){
make build-container
pwd
ls -la
./flutterw --exec ls -la
./flutterw --exec sh -c "pwd; ls -la"
)
make build-container build-builders test build-android-release-container build-linux-release-container build-web-release-container