aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 858d3f2..4ea9752 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ DO:
PROJECT := fr24feed
# Target platforms (used by buildx):
-PLATFORMS := linux/i386,linux/amd64,linux/armhf
+PLATFORMS := i386,amd64,armhf
# Docker Hub credentials:
DOCKER_USERNAME := egortensin
# Use BuildKit, which is required (i.e. for using variables in FROM):