From 3253be1c611e300bc22d938fbd6344db2bf23b56 Mon Sep 17 00:00:00 2001 From: Chris Hartwig Date: Fri, 15 Dec 2023 15:01:56 +0700 Subject: [PATCH] remove win, add arm64 --- .goreleaser.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index b39d7c7..f60c2d7 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -12,22 +12,18 @@ builds: goos: - darwin - linux - - windows goarch: - - 386 + - arm64 - amd64 archives: - replacements: - 386: i386 + arm64: arm64 amd64: x86_64 - format_overrides: - - goos: windows - format: zip files: - LICENSE - README.md checksum: - name_template: 'checksums.txt' \ No newline at end of file + name_template: 'checksums.txt'