|
@@ -38,8 +38,9 @@ jobs:
|
|
|
with:
|
|
|
fetch-depth: 0 # for correct image labeling via `git describe --tags`
|
|
|
- uses: docker/setup-buildx-action@v3
|
|
|
+ - uses: docker/setup-qemu-action@v3
|
|
|
with:
|
|
|
- driver-opts: image=moby/buildkit:v0.18.2
|
|
|
+ image: tonistiigi/binfmt:qemu-v6.1.0
|
|
|
|
|
|
- name: Detect correct Git ref for image build
|
|
|
id: git
|