We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afc979e commit 222af94Copy full SHA for 222af94
1 file changed
.github/workflows/build.yml
@@ -54,7 +54,7 @@ jobs:
54
go build -ldflags "-s -w" -o mhr-cfw-go-${{ matrix.goos }}-${{ matrix.goarch }} ./cmd/mhr-cfw
55
56
- name: Rename Windows executable
57
- if: matrix.goos == 'windows'
+ if: matrix.goos == 'windows' && matrix.goarch != 'arm64'
58
shell: bash
59
run: mv mhr-cfw-go-windows-${{ matrix.goarch }} mhr-cfw-go-windows-${{ matrix.goarch }}.exe
60
0 commit comments