From a6cbf2f979aaddeeffe0b03710af7ff6825b6011 Mon Sep 17 00:00:00 2001 From: Michael Feil <63565275+michaelfeil@users.noreply.github.com> Date: Wed, 22 Jan 2025 10:38:53 -0800 Subject: [PATCH] Update truss-transfer-cli-release.yaml (#1330) * Update truss-transfer-cli-release.yaml * Update pyproject.toml --- .github/workflows/truss-transfer-cli-release.yaml | 3 ++- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/truss-transfer-cli-release.yaml b/.github/workflows/truss-transfer-cli-release.yaml index 8b661580b..d20c38fa2 100644 --- a/.github/workflows/truss-transfer-cli-release.yaml +++ b/.github/workflows/truss-transfer-cli-release.yaml @@ -21,7 +21,8 @@ jobs: os: [ubuntu-22.04] target: - x86_64-unknown-linux-musl - - aarch64-unknown-linux-musl + # Can't build OpenSSL on the platforms below from x86 environment + # - aarch64-unknown-linux-musl # - i686-unknown-linux-musl # - armv7-unknown-linux-musleabihf # - powerpc64le-unknown-linux-musl diff --git a/pyproject.toml b/pyproject.toml index 10a6c8d04..adc7695a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "truss" -version = "0.9.59rc011" +version = "0.9.59rc012" description = "A seamless bridge from model development to model delivery" license = "MIT" readme = "README.md"