fa5a138170
Bug: skia:9052 Change-Id: Ic1aec2c9b8ace556f5b77862582894f59fd26b64 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/247302 Reviewed-by: Kevin Lubick <kjlubick@google.com>
7 lines
248 B
Makefile
7 lines
248 B
Makefile
EMSDK_VERSION=1.38.47_v1
|
|
|
|
publish_canvaskit_emsdk:
|
|
docker build -t canvaskit-emsdk ./canvaskit-emsdk/
|
|
docker tag canvaskit-emsdk gcr.io/skia-public/canvaskit-emsdk:${EMSDK_VERSION}
|
|
docker push gcr.io/skia-public/canvaskit-emsdk:${EMSDK_VERSION}
|