We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ec7b4f commit 94ffd1dCopy full SHA for 94ffd1d
.github/workflows/release.yml
@@ -95,6 +95,12 @@ jobs:
95
go build -ldflags "-s -w -X github.com/checkmarx/2ms/cmd.Version=$VERSION" -a -installsuffix cgo -o dist/2ms.exe main.go
96
zip -j dist/windows-amd64.zip dist/2ms.exe
97
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
104
105
- name: Set up Docker Buildx
106
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb #v3.3.0
0 commit comments