From ec0fa6d505e20bb6fd13191e1d83c018b02a7809 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Thu, 17 Dec 2020 16:41:46 +0100 Subject: [PATCH] chore: add FreeBSD to the list of architectures MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Roberto Abdelkader Martínez Pérez --- .goreleaser.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index c574afb..5fd67c0 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -14,6 +14,7 @@ builds: - darwin - linux - windows + - freebsd goarch: - 386 - amd64