We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 129ac4c commit 8bc6a7aCopy full SHA for 8bc6a7a
.github/workflows/docker.yml
@@ -43,6 +43,18 @@ jobs:
43
if: startsWith(github.ref, 'refs/tags/')
44
uses: softprops/action-gh-release@v2
45
with:
46
+ body: |
47
+ ## CC Agent binaries
48
+
49
+ Lightweight Go agent for managing Xray on nodes.
50
+ Downloaded automatically during node auto-setup from the panel.
51
52
+ | File | Architecture |
53
+ |------|-------------|
54
+ | `cc-agent-linux-amd64` | x86_64 (most VPS) |
55
+ | `cc-agent-linux-arm64` | ARM64 |
56
57
+ > Panel source code is distributed via Docker Hub: `clickdevtech/hysteria-panel`
58
files: |
59
cc-agent/cc-agent-linux-amd64
60
cc-agent/cc-agent-linux-arm64
0 commit comments