From 7f8ab7468151ecf22dd1eec014c68ef6727ec0cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Mon, 30 Oct 2023 12:43:36 +0100 Subject: [PATCH] Add Solaris build Closes #3500 --- hugoreleaser.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hugoreleaser.toml b/hugoreleaser.toml index 775a6a18ec2..ca0f70ac907 100644 --- a/hugoreleaser.toml +++ b/hugoreleaser.toml @@ -96,6 +96,10 @@ archive_alias_replacements = { "linux-amd64.tar.gz" = "Linux-64bit.tar.gz" } goos = "openbsd" [[builds.os.archs]] goarch = "amd64" + [[builds.os]] + goos = "solaris" + [[builds.os.archs]] + goarch = "amd64" [[builds]] path = "container1/unix/extended"