feat(ci): add framework target to release-docker workflows (#14559)

This commit is contained in:
ishandhanani
2025-12-06 21:25:24 -08:00
committed by GitHub
parent 6d5d76ad97
commit 0e4d8790d7
2 changed files with 2 additions and 0 deletions

View File

@@ -55,6 +55,7 @@ jobs:
docker buildx build \
--platform ${{ matrix.platform }} \
--push \
--target framework \
-f docker/Dockerfile \
--build-arg CUDA_VERSION=${{ matrix.version }} \
--build-arg BUILD_TYPE=${{ matrix.build_type }} \

View File

@@ -57,6 +57,7 @@ jobs:
--platform ${{ matrix.platform }} \
--push \
-f docker/Dockerfile \
--target framework \
--build-arg CUDA_VERSION=${{ matrix.version }} \
--build-arg BUILD_TYPE=${{ matrix.build_type }} \
--build-arg CMAKE_BUILD_PARALLEL_LEVEL=$(nproc) \