Skip to content

Commit

Permalink
Fix image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
f0reachARR committed Sep 18, 2024
1 parent 0551f97 commit 1f9a165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildroot/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ target "jazzy_small_cross" {
target = "build_stage"
dockerfile = "Dockerfile.cross"
platforms = ["linux/arm64"]
tags = ["ghcr.io/fortefibre/buildroot:jazzy-small-aarch64-cross"]
tags = ["ghcr.io/fortefibre/buildroot:jazzy-small-cross"]
args = {
BASE_IMAGE = "docker.io/library/ros:jazzy-perception"
PACKAGE_XML = "package.small.xml"
Expand Down

0 comments on commit 1f9a165

Please sign in to comment.