Update docker-compose.yaml

This commit is contained in:
bjoernellens1 2023-10-23 12:04:14 +02:00 committed by GitHub
parent 364df64b2c
commit de6a30cd8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)