85de152dfa
Also rename emsdk-base -> emsdk-release so it is consistent with the container name. Bug: skia: NOTRY: true Change-Id: Idec19bdeb64a64120d0890b2987c2dce0a57535a Reviewed-on: https://skia-review.googlesource.com/c/skia/+/206909 Reviewed-by: Stephan Altmueller <stephana@google.com>
7 lines
248 B
Makefile
7 lines
248 B
Makefile
EMSDK_VERSION=1.38.27_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}
|