From a4e11fc6c41fc53af60fea5d679ae4b66c64af6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorben=20G=C3=BCnther?= Date: Sun, 22 Sep 2024 01:49:28 +0200 Subject: [PATCH] ci: Install docker-buildx Fix for: DEPRECATED: The legacy builder is deprecated and will be removed in a future release. Install the buildx component to build images with BuildKit: --- .build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.build.yml b/.build.yml index faddd86..aca6670 100644 --- a/.build.yml +++ b/.build.yml @@ -1,6 +1,7 @@ image: archlinux packages: - docker + - docker-buildx - go - revive - staticcheck