mirror of
https://github.com/encounter/engine.git
synced 2026-07-10 03:18:43 -07:00
659e49e7dd
These scripts generate the image we used to test flutter/engine in Cirrus.
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 .
|
|
|