Skip to content

Commit 760f826

Browse files
committed
add back qemu action
Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
1 parent 8d6c6ae commit 760f826

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/base-ci-goreleaser.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,11 @@ jobs:
245245
- GOOS: windows
246246
runs-on: ubuntu-24.04
247247
steps:
248+
- name: Setup QEMU
249+
uses: docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25 # v3.4.0
250+
with:
251+
platforms: arm64,ppc64le,linux/arm/v7,s390x
252+
248253
- name: Download container image artifact
249254
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 #v4.1.9
250255
with:

0 commit comments

Comments
 (0)