util-docker: Set 'pull' to 'always'
This ensures the a `docker pull` command is always run before building. Change-Id: If1a66b9b426d5843459e0308a64f13a11c0c6ed2
This commit is contained in:
@@ -40,6 +40,7 @@ target "common" {
|
||||
# Here we are enabling multi-platform builds. We are compiling to both ARM
|
||||
# amd X86.
|
||||
platforms = ["linux/amd64", "linux/arm64", "linux/riscv64"]
|
||||
pull = true
|
||||
}
|
||||
|
||||
# A group of targets to be built. Note: groups can contain other groups.
|
||||
|
||||
Reference in New Issue
Block a user