added docker build to makefile

This commit is contained in:
Djeeberjr 2023-08-26 02:20:40 +02:00
parent 3c9e620375
commit a4f3dc28aa

View File

@ -15,3 +15,7 @@ $(BUILD_DIR)/$(BINARY):
.PHONY:clean
clean:
rm -rf $(BUILD_DIR)
.PHONY: docker
docker:
docker buildx build --platform linux/arm64,linux/amd64,linux/arm/v7,linux/arm64/v8 -t djeeberjr/morningalarm . --push