diff --git a/docker-compose.yaml b/docker-compose.yaml index a5154cb..ccd1ae7 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -22,7 +22,7 @@ services: # in docker compose, service are definitions of your docker containers dockerfile: docker/my_example.Dockerfile # the Dockerfile speciefies the steps taken in the build process. tags: - ghcr.io/bjoernellens1/ros2_docker_template/my_example - target: my_example # here you specify the build target in the Dockerfile + #target: my_example # here you specify the build target in the Dockerfile x-bake: # Definitions needed for buildx bake. This enhanced docker build system makes things much easier. platforms: #- linux/arm64 uncomment if arm64 platform is needed (like jetson nano or raspberry pi)