From 8edacde0a93ead44bb0f3f82bd70cad1a69347bc Mon Sep 17 00:00:00 2001 From: Frederic Branczyk Date: Tue, 15 Nov 2022 17:01:52 +0100 Subject: [PATCH] .goreleaser.yml: Replace darwin with Darwin in release artifacts This is so `uname` can be used to provide a generic command that works for darwin as well as linux machines. --- .goreleaser.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index e10f8f8..11c9e1f 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -30,6 +30,7 @@ builds: archives: - replacements: linux: Linux + darwin: Darwin amd64: x86_64 format_overrides: - goos: windows