File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -61,13 +61,17 @@ function push_image() {
61
61
62
62
push_image itkwasm/wasi ${TAG} ${debug}
63
63
push_image itkwasm/emscripten ${TAG} ${debug}
64
+ push_image itkwasm/emscripten ${TAG} -threads ${debug}
64
65
push_image itkwasm/wasi latest ${debug}
65
66
push_image itkwasm/emscripten latest ${debug}
67
+ push_image itkwasm/emscripten latest-threads ${debug}
66
68
if ! $push_manifest ; then
67
69
push_image itkwasm/emscripten-base ${TAG} ${debug}
70
+ push_image itkwasm/emscripten-base ${TAG} -threads ${debug}
68
71
push_image itkwasm/wasi-base ${TAG} ${debug}
69
72
push_image itkwasm/wasi-base latest ${debug}
70
73
push_image itkwasm/emscripten-base latest ${debug}
74
+ push_image itkwasm/emscripten-base latest-threads ${debug}
71
75
fi
72
76
73
- echo " Success."
77
+ echo " Success."
You can’t perform that action at this time.
0 commit comments