From 2e40f88d52345f2656d97ce4e4cf1c867d30b911 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 10 Dec 2023 14:12:22 +0100 Subject: fix target architectures & links On https://www.flightradar24.com/share-your-data, the Raspberry Pi link now points to arm64 builds only. Also, download links for Linux packages are different now. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7cda09c..89dff72 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ DO: PROJECT := fr24feed # Target platforms (used by buildx): -PLATFORMS := i386,amd64,armhf +PLATFORMS := i386,amd64,arm64 # Docker Hub credentials: DOCKER_USERNAME := egortensin # This is still required with older Compose versions to use TARGETARCH: -- cgit v1.2.3