feat(ci): add framework target to release-docker workflows (#14559)
This commit is contained in:
1
.github/workflows/release-docker-cu13.yml
vendored
1
.github/workflows/release-docker-cu13.yml
vendored
@@ -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 }} \
|
||||
|
||||
1
.github/workflows/release-docker-dev.yml
vendored
1
.github/workflows/release-docker-dev.yml
vendored
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user