From 423628bab18ec0485403d65b886c9ccf42991dc6 Mon Sep 17 00:00:00 2001 From: bedirhangull Date: Tue, 17 Dec 2024 13:13:29 +0300 Subject: [PATCH] (issue): i ignored win arm64 --- .goreleaser.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 88bc331..8022f00 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -13,6 +13,9 @@ builds: - amd64 - "386" - arm64 + ignore: + - goos: windows + goarch: arm64 env: - CGO_ENABLED=0 - GO111MODULE=on @@ -26,4 +29,4 @@ archives: name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}" format_overrides: - goos: windows - format: zip + format: zip \ No newline at end of file