system/cozystack-controller: add PLATFORM variable to Makefile: syntax
Signed-off-by: nbykov0 <166552198+nbykov0@users.noreply.github.com>
This commit is contained in:
parent
1e63b5e8ce
commit
b4a04df6f3
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ image: image-cozystack-controller update-version
|
|||
image-cozystack-controller:
|
||||
docker buildx build -f images/cozystack-controller/Dockerfile ../../.. \
|
||||
--provenance false \
|
||||
--platform=$(PLATFORM)
|
||||
--platform=$(PLATFORM) \
|
||||
--tag $(REGISTRY)/cozystack-controller:$(call settag,$(TAG)) \
|
||||
--cache-from type=registry,ref=$(REGISTRY)/cozystack-controller:latest \
|
||||
--cache-to type=inline \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue