Skip to content

Commit 2666e2e

Browse files
committed
Release v1.9.40
- Publish multi-arch GHCR images (linux/amd64 + linux/arm64) so ARM64 servers can pull the image instead of building locally. - Add Requesty as a built-in OpenAI-compatible provider.
1 parent 2af8c70 commit 2666e2e

3 files changed

Lines changed: 12 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ jobs:
102102
docker system prune -af --volumes || true
103103
df -h /
104104
105+
- name: Set up QEMU
106+
uses: docker/setup-qemu-action@v3
107+
105108
- name: Set up Docker Buildx
106109
uses: docker/setup-buildx-action@v3
107110

@@ -128,6 +131,7 @@ jobs:
128131
context: .
129132
file: ./Dockerfile
130133
push: true
134+
platforms: linux/amd64,linux/arm64
131135
tags: ${{ steps.meta.outputs.tags }}
132136
labels: ${{ steps.meta.outputs.labels }}
133137

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,13 @@ Operational docs: https://swarmclaw.ai/docs/observability
500500

501501
## Releases
502502

503+
### v1.9.40 Highlights
504+
505+
Multi-architecture container images and a new provider.
506+
507+
- **Multi-arch Docker images.** `ghcr.io/swarmclawai/swarmclaw` is now published for both `linux/amd64` and `linux/arm64`, so ARM64 servers (and Apple Silicon) can pull `:latest` or a pinned tag directly instead of building the image locally.
508+
- **Requesty provider.** Added [Requesty](https://requesty.ai) as a built-in OpenAI-compatible provider, with setup defaults and a key link, following the standard provider pattern.
509+
503510
### v1.9.39 Highlights
504511

505512
Scheduled-run reliability release: stale workspace rebinding, fail-fast credential checks, and durable delivery evidence for schedule-driven sends.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swarmclawai/swarmclaw",
3-
"version": "1.9.39",
3+
"version": "1.9.40",
44
"description": "Build and run autonomous AI agents with OpenClaw, Hermes, multiple model providers, orchestration, delegation, memory, skills, schedules, and chat connectors.",
55
"main": "electron-dist/main.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)