From ce9acd3dcb3c4c4502d088b808f9e854c6c346e0 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Wed, 5 Jun 2024 17:53:27 +0100 Subject: [PATCH] chore: build illumos releases --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b5e61505..cc9b2ea5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,9 +73,10 @@ targets = [ "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", + "x86_64-unknown-illumos", ] # Publish jobs to run in CI -pr-run-mode = "plan" +pr-run-mode = "upload" # Whether to install an updater program install-updater = true # The archive format to use for non-windows builds (defaults .tar.xz)