aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-02-08 13:15:28 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-02-08 13:15:28 +0100
commitd8d93e143ed5805a5eab33b333deb343a03db9b1 (patch)
treed39b6bd08028e4ff5a14d77f8fe6e28c8bb50b65 /Makefile
parentMakefile: a micro-fix (diff)
downloadmath-server-d8d93e143ed5805a5eab33b333deb343a03db9b1.tar.gz
math-server-d8d93e143ed5805a5eab33b333deb343a03db9b1.zip
build for Mac's M1 also
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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