ci: ensure qemu is setup for multiarch build
This commit is contained in:
parent
829548af0f
commit
e6f99bf2be
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@ -13,6 +13,10 @@ jobs:
|
||||
name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
-
|
||||
name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v2
|
||||
|
||||
-
|
||||
name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user