From c15ae03e13596ba9ef40faeb0a5ba81ab3585b3a Mon Sep 17 00:00:00 2001 From: Dnouv Date: Thu, 30 May 2024 15:00:25 +0530 Subject: [PATCH] build for arm --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5b6fff5..d5ad67b 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ TAG := $(or $(TAG),main) GITHUB_WORKFLOW := $(or $(GITHUB_WORKFLOW),local) REGISTRY := $(or $(REGISTRY),index.docker.io) -PLATFORMS := linux/amd64 +PLATFORMS := linux/amd64,linux/arm64 BUILDX_FLAGS := --platform $(PLATFORMS) --push define get_full_tag