Skip to content

Commit b4640ad

Browse files
committed
fix(CI): exclude unsupported windows/arm target from GoReleaser
1 parent 65151a1 commit b4640ad

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: goreleaser/goreleaser-action@v5
4242
with:
4343
version: latest
44-
args: release --rm-dist
44+
args: release --clean
4545
env:
4646
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
4747
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.goreleaser.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ builds:
2222
ignore:
2323
- goarch: '386'
2424
goos: darwin
25+
- goarch: arm
26+
goos: windows
2527
binary: '{{ .ProjectName }}_{{ .Version }}'
2628
archives:
2729
- format: zip

0 commit comments

Comments
 (0)