mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
8 lines
198 B
Bash
Executable File
8 lines
198 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# pull to make sure we are not rebuilding for nothing
|
|
docker pull gcr.io/flutter-cirrus/build-engine-image:latest
|
|
|
|
docker build --tag gcr.io/flutter-cirrus/build-engine-image:latest .
|
|
|