From 8f16bfb008f9dcb16c7d4ff5910924e1984b63b8 Mon Sep 17 00:00:00 2001 From: Claudio d'Angelis Date: Fri, 8 Dec 2023 20:21:22 +0100 Subject: [PATCH] chore(goreleaser): update config --- .goreleaser.yml | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 57cfda9..e37cb6b 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -20,12 +20,16 @@ builds: ignore: - goos: darwin goarch: 386 + - goos: darwin + goarch: arm64 + - goos: windows + goarch: arm64 archives: -- replacements: - darwin: macOS - windows: Windows - 386: i386 - amd64: x86_64 +# - replacements: +# darwin: macOS +# windows: Windows +# 386: i386 +# amd64: x86_64 checksum: name_template: 'checksums.txt' snapshot: @@ -49,12 +53,12 @@ release: Refer to the list of assets below for all supported platform. nfpms: - - replacements: - darwin: macOS - windows: Windows - 386: i386 - amd64: x86_64 - homepage: https://claudiodangelis.com/qrcp + # - replacements: + # darwin: macOS + # windows: Windows + # 386: i386 + # amd64: x86_64 + - homepage: https://claudiodangelis.com/qrcp maintainer: Claudio d'Angelis description: Transfer files over wifi from your computer to your mobile device by scanning a QR code without leaving the terminal. license: MIT