diff options
author | Bjørn Erik Pedersen <[email protected]> | 2023-10-30 12:43:36 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2023-10-30 12:43:36 +0100 |
commit | 7f8ab7468151ecf22dd1eec014c68ef6727ec0cc (patch) | |
tree | 8ffce88da604f3b5261cb31e2ba9c5bd657f43ee /hugoreleaser.toml | |
parent | 59bcc098cf164bcf5f83a8026954429adaf87924 (diff) | |
download | hugo-7f8ab7468151ecf22dd1eec014c68ef6727ec0cc.tar.gz hugo-7f8ab7468151ecf22dd1eec014c68ef6727ec0cc.zip |
Add Solaris build
Closes #3500
Diffstat (limited to 'hugoreleaser.toml')
-rw-r--r-- | hugoreleaser.toml | 4 |
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" |