diff --git a/packages/system/dashboard/Makefile b/packages/system/dashboard/Makefile index 3e9566fc..ed2ba890 100644 --- a/packages/system/dashboard/Makefile +++ b/packages/system/dashboard/Makefile @@ -18,7 +18,7 @@ image-console: --file .tmp-cozystack-ui/Containerfile \ --provenance false \ --builder=$(BUILDER) \ - --platform=linux/amd64,linux/arm64 \ + --platform=linux/amd64 \ --tag $(REGISTRY)/cozystack-ui:$(call settag,$(TAG)) \ --cache-from type=registry,ref=$(REGISTRY)/cozystack-ui:latest \ --cache-to type=inline \