From c97ef43629cb15bd0d569b6f09e65b55f2e51a40 Mon Sep 17 00:00:00 2001 From: Adrien le Maire Date: Mon, 1 Mar 2021 20:28:45 +0000 Subject: [PATCH] Update Makefile --- shields/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shields/Makefile b/shields/Makefile index 5b272cb..0ae26e3 100644 --- a/shields/Makefile +++ b/shields/Makefile @@ -9,7 +9,7 @@ get: wget https://github.com/badges/shields/archive/$(VERSION).tar.gz decompress: - tar -xf $(VERSION).tar.bz2 + tar -xf $(VERSION).tar.gz build: docker buildx build --platform linux/amd64,linux/arm64 --push \