From d8d93e143ed5805a5eab33b333deb343a03db9b1 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 8 Feb 2023 13:15:28 +0100 Subject: build for Mac's M1 also --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 26acca2..e52f504 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ cmake_dir := $(build_dir)/cmake DESTDIR ?= $(build_dir)/install # Target platforms (used by buildx): -DOCKER_PLATFORMS := linux/amd64,linux/armhf +DOCKER_PLATFORMS := amd64,armhf,arm64 # Docker Hub credentials: DOCKER_USERNAME := egortensin -- cgit v1.2.3