Skip to content

Commit

Permalink
Minor update of comment in docker-bake.hcl
Browse files Browse the repository at this point in the history
  • Loading branch information
amarburg committed Aug 22, 2024
1 parent 5b77695 commit 2e151bb
Showing 1 changed file with 22 additions and 6 deletions.
28 changes: 22 additions & 6 deletions .docker/docker-bake.hcl
Original file line number Diff line number Diff line change
@@ -1,14 +1,30 @@
#
# Override these variables with environment variables
# e.g.
# By default this bakefile builds:
# - the "ci" and "robot" stages for both amd64 and arm64 (with Qemu), and
# - the "desktop" and "desktop-nvidia" stages for amd64
# for ROS "rolling"
#
# BLUE_ROS_DISTRO=iron docker buildx bake
# To build all default targets and load the resulting images
# to _this_ machine:
#
# or
# docker buildx bake --load
#
# export BLUE_ROS_DISTRO=iron
# docker buildx bake
# To override this default behavior, create a file "docker-bake.override.hcl"
# in this directory which overrides the variables in this file. For example,
#
# To build both "ci" and "robot" for _only_ amd64:
#
# > target "ci" {
# > platforms = ["linux/amd64"]
# > }
#
# To set the ROS disto:
#
# > variable "BLUE_ROS_DISTRO" { default = "jazzy" }
#
# Alternatively, set the environment variable BLUE_ROS_DISTRO
#

variable "BLUE_ROS_DISTRO" { default = "rolling" }
variable "BLUE_GITHUB_REPO" { default = "robotic-decision-making-lab/blue" }

Expand Down

0 comments on commit 2e151bb

Please sign in to comment.