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:
parent
6f2df702ed
commit
a4e11fc6c4
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
image: archlinux
|
image: archlinux
|
||||||
packages:
|
packages:
|
||||||
- docker
|
- docker
|
||||||
|
- docker-buildx
|
||||||
- go
|
- go
|
||||||
- revive
|
- revive
|
||||||
- staticcheck
|
- staticcheck
|
||||||
|
|
Loading…
Add table
Reference in a new issue