diff --git a/.goreleaser.yml b/.goreleaser.yml index 4d2aba6..0d88c68 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -25,6 +25,8 @@ builds: ignore: - goos: darwin goarch: "386" + - goos: windows + goarch: arm binary: "btptf_v{{ .Version }}" archives: - formats: ["binary"]