From 71b48f8217f2a707c776dabe4729c1b8429d5a09 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Tue, 28 May 2024 14:55:05 +0200 Subject: [PATCH] fix: disable Solaris build --- .goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 59674a28..1042fc62 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -17,7 +17,7 @@ builds: - linux - freebsd - openbsd - - solaris + # - solaris # https://github.com/gofrs/flock/issues/60 goarch: - amd64 - 386