summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hugoreleaser.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/hugoreleaser.toml b/hugoreleaser.toml
index 775a6a18e..ca0f70ac9 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"