Sign in
flutter
/
mirrors
/
flutter
/
5ed3b418a159de697da812affe728e69dd77ab5c
/
.
/
dev
/
ci
/
docker_linux
/
docker_build.sh
blob: a533b18f0f1540bfb8283134598eb296325601c3 [
file
] [
log
] [
blame
]
#!/bin/bash
TAG
=
"${CIRRUS_TAG:-latest}"
# pull to make sure we are not rebuilding for nothing
sudo docker pull
"gcr.io/flutter-cirrus/build-flutter-image:$TAG"
sudo docker build
"$@"
--
tag
"gcr.io/flutter-cirrus/build-flutter-image:$TAG"
.