# Makefile for the "localnode" docker image.

all:
	docker buildx build --platform linux/amd64 --tag cometbft/localnode localnode

.PHONY: all

