Skip to content

Commit

Permalink
Update truss-transfer-cli-release.yaml (#1330)
Browse files Browse the repository at this point in the history
* Update truss-transfer-cli-release.yaml

* Update pyproject.toml
  • Loading branch information
michaelfeil authored Jan 22, 2025
1 parent b213ed7 commit a6cbf2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/truss-transfer-cli-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit a6cbf2f

Please sign in to comment.