mirror of
https://github.com/bjoernellens1/ros2_docker_template.git
synced 2024-11-23 15:55:05 +00:00
Update docker-compose.yaml
This commit is contained in:
parent
364df64b2c
commit
de6a30cd8b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user