From 611efe117fc3007be9c894920b701ca8ac13a7dd Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 8 Feb 2023 17:05:50 +0100 Subject: shorter platform names --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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): -- cgit v1.2.3