xref: /third_party/skia/infra/wasm-common/docker/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/skia/infra/wasm-common/docker/
1EMSDK_VERSION=2.0.20_v1
2
3# Can check CHROME_VERSION with
4# docker run karma-chrome-tests /usr/bin/google-chrome-stable --version
5CHROME_VERSION=87.0.4280.88_v1
6
7publish_emsdk_base:
8	docker build --no-cache -t emsdk-base ./emsdk-base/
9	docker tag emsdk-base gcr.io/skia-public/emsdk-base:${EMSDK_VERSION}
10	docker push gcr.io/skia-public/emsdk-base:${EMSDK_VERSION}
11	docker tag emsdk-base gcr.io/skia-public/emsdk-base:prod
12	docker push gcr.io/skia-public/emsdk-base:prod
13
14publish_karma_chrome_tests:
15	docker build --no-cache -t karma-chrome-tests ./karma-chrome-tests/
16	docker tag karma-chrome-tests gcr.io/skia-public/karma-chrome-tests:${CHROME_VERSION}
17	docker push gcr.io/skia-public/karma-chrome-tests:${CHROME_VERSION}
18
19

Indexes created Thu Nov 07 10:32:03 CST 2024