Skip to content

Commit

Permalink
build(docker): fix manifest generation
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Jan 2, 2025
1 parent 640fe3b commit 64aed84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docker/itk-wasm/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,6 @@ if $create_manifest; then
buildah manifest create $list
buildah manifest add ${list} ${list}-amd64
buildah pull $list-arm64
buildah manifest add ${list} docker://${list}-arm64
buildah manifest add ${list} ${list}-arm64
done
fi

0 comments on commit 64aed84

Please sign in to comment.