65
65
$exe $build_cmd --pull=false $tag_flag quay.io/itkwasm/emscripten:latest-threads-$host_arch \
66
66
--build-arg IMAGE=quay.io/itkwasm/emscripten \
67
67
--build-arg HOST_ARCH=$host_arch \
68
+ --build-arg VERSION=latest-threads \
68
69
--build-arg CMAKE_BUILD_TYPE=Release \
69
70
--build-arg BASE_IMAGE=quay.io/itkwasm/emscripten-base \
70
71
--build-arg BASE_TAG=latest-threads-$host_arch \
@@ -79,7 +80,7 @@ if $version_tag; then
79
80
--build-arg CMAKE_BUILD_TYPE=Release \
80
81
--build-arg BASE_IMAGE=quay.io/itkwasm/emscripten-base \
81
82
--build-arg BASE_TAG=${TAG} -threads-$host_arch \
82
- --build-arg VERSION=${TAG} \
83
+ --build-arg VERSION=${TAG} -threads \
83
84
--build-arg VCS_REF=${VCS_REF} \
84
85
--build-arg VCS_URL=${VCS_URL} \
85
86
--build-arg BUILD_DATE=${BUILD_DATE} \
@@ -117,6 +118,7 @@ if $debug; then
117
118
--build-arg IMAGE=quay.io/itkwasm/emscripten \
118
119
--build-arg HOST_ARCH=$host_arch \
119
120
--build-arg CMAKE_BUILD_TYPE=Debug \
121
+ --build-arg VERSION=latest-debug \
120
122
--build-arg BASE_TAG=latest-debug-$host_arch \
121
123
--build-arg VCS_REF=${VCS_REF} \
122
124
--build-arg VCS_URL=${VCS_URL} \
@@ -139,6 +141,7 @@ if $debug; then
139
141
--build-arg HOST_ARCH=$host_arch \
140
142
--build-arg CMAKE_BUILD_TYPE=Debug \
141
143
--build-arg BASE_TAG=latest-threads-debug-$host_arch \
144
+ --build-arg VERSION=latest-threads-debug \
142
145
--build-arg VCS_REF=${VCS_REF} \
143
146
--build-arg VCS_URL=${VCS_URL} \
144
147
--build-arg BUILD_DATE=${BUILD_DATE} \
@@ -148,7 +151,7 @@ if $debug; then
148
151
--build-arg IMAGE=quay.io/itkwasm/emscripten \
149
152
--build-arg HOST_ARCH=$host_arch \
150
153
--build-arg CMAKE_BUILD_TYPE=Debug \
151
- --build-arg VERSION=${TAG} -debug \
154
+ --build-arg VERSION=${TAG} -threads- debug \
152
155
--build-arg BASE_TAG=${TAG} -threads-debug-$host_arch \
153
156
--build-arg VCS_REF=${VCS_REF} \
154
157
--build-arg VCS_URL=${VCS_URL} \
0 commit comments