File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
packages/core/typescript/itk-wasm/src/cli Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1- const defaultImageTag = '20241230-6a87601b '
1+ const defaultImageTag = '20241231-76748372 '
22export default defaultImageTag
Original file line number Diff line number Diff line change @@ -150,12 +150,17 @@ if $create_manifest; then
150150 quay.io/itkwasm/wasi:${TAG} \
151151 quay.io/itkwasm/wasi:latest-debug \
152152 quay.io/itkwasm/wasi:${TAG} -debug; do
153+ if [ " $( buildah images -q $list 2> /dev/null) " != " " ]; then
154+ if ! $( buildah manifest exists $list ) ; then
155+ buildah rmi $list
156+ fi
157+ fi
153158 if $( buildah manifest exists $list ) ; then
154159 buildah manifest rm $list
155160 fi
156161 buildah manifest create $list
157162 buildah manifest add ${list} ${list} -amd64
158163 buildah pull $list -arm64
159- buildah manifest add ${list} docker:// ${list} -arm64
164+ buildah manifest add ${list} ${list} -arm64
160165 done
161166fi
You can’t perform that action at this time.
0 commit comments