Skip to content

Commit 94ffd1d

Browse files
fix: fix release workflow (#259)
**Proposed Changes** Fix failing release workflow I submit this contribution under the Apache-2.0 license.
1 parent 0ec7b4f commit 94ffd1d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,12 @@ jobs:
9595
go build -ldflags "-s -w -X github.com/checkmarx/2ms/cmd.Version=$VERSION" -a -installsuffix cgo -o dist/2ms.exe main.go
9696
zip -j dist/windows-amd64.zip dist/2ms.exe
9797
rm dist/2ms.exe
98+
99+
- name: Set up QEMU
100+
uses: docker/setup-qemu-action@5927c834f5b4fdf503fca6f4c7eccda82949e1ee # v2
101+
with:
102+
image: tonistiigi/binfmt:latest
103+
platforms: linux/amd64,linux/arm64
98104

99105
- name: Set up Docker Buildx
100106
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb #v3.3.0

0 commit comments

Comments
 (0)