mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-09 13:36:56 +02:00
fix(ci): setup buildx
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
parent
782cb96e59
commit
9146995415
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -22,6 +22,9 @@ jobs:
|
||||
-
|
||||
name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
-
|
||||
name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
- name: apt update
|
||||
run: sudo apt-get update
|
||||
-
|
||||
|
Loading…
x
Reference in New Issue
Block a user