Skip to content

Commit

Permalink
Cmake format
Browse files Browse the repository at this point in the history
  • Loading branch information
jaroslav-fedor-swi committed Oct 25, 2024
1 parent b4ec748 commit d36fa0c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cmake/docker-utils.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,9 @@ function(build_custom_docker_image IMAGE_NAME)
"${out_path}"
COMMAND
docker buildx build --platform linux/arm64 -t "${IMAGE_NAME}-arm64" ${DOCKER_ARGS} .
)
else() add_custom_command(
)
else()
add_custom_command(
TARGET
"${IMAGE_NAME}-docker"
WORKING_DIRECTORY
Expand Down

0 comments on commit d36fa0c

Please sign in to comment.