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:
This commit is contained in:
Thorben Günther 2024-09-22 01:49:28 +02:00
parent 6f2df702ed
commit a4e11fc6c4
No known key found for this signature in database
GPG key ID: 415CD778D8C5AFED

View file

@ -1,6 +1,7 @@
image: archlinux
packages:
- docker
- docker-buildx
- go
- revive
- staticcheck