util-docker: Fix correct common platform comment
Change-Id: Ifc703b47b1e59522ba01f4c2b59a4863779eefb1
This commit is contained in:
@@ -37,8 +37,8 @@ variable "TAG" {
|
|||||||
|
|
||||||
# Common attributes across all targets. Note: these can be overwritten.
|
# Common attributes across all targets. Note: these can be overwritten.
|
||||||
target "common" {
|
target "common" {
|
||||||
# Here we are enabling multi-platform builds. We are compiling to both ARM
|
# Here we are enabling multi-platform builds. We are compiling to ARM, X86,
|
||||||
# amd X86.
|
# and RISC-V.
|
||||||
platforms = ["linux/amd64", "linux/arm64", "linux/riscv64"]
|
platforms = ["linux/amd64", "linux/arm64", "linux/riscv64"]
|
||||||
pull = true
|
pull = true
|
||||||
}
|
}
|
||||||
@@ -242,4 +242,4 @@ target "devcontainer" {
|
|||||||
dockerfile = "Dockerfile"
|
dockerfile = "Dockerfile"
|
||||||
context = "devcontainer"
|
context = "devcontainer"
|
||||||
tags = ["${IMAGE_URI}/devcontainer:${TAG}"]
|
tags = ["${IMAGE_URI}/devcontainer:${TAG}"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user