]> git.maquefel.me Git - brevno-suite/hugo/commitdiff
Add Solaris build
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 30 Oct 2023 11:43:36 +0000 (12:43 +0100)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 30 Oct 2023 11:43:36 +0000 (12:43 +0100)
Closes #3500

hugoreleaser.toml

index 775a6a18ec2a56913ca355ba171e4276420036ef..ca0f70ac907e881a3ca51e9a2543649170f10d72 100644 (file)
@@ -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"