Skip to content

Commit d2a8ddf

Browse files
al-munazzimNazim
andauthored
release: add Docker section to release notes template (#2570)
Co-authored-by: Nazim <nazim@openclaw.ai>
1 parent 9d83b3a commit d2a8ddf

1 file changed

Lines changed: 19 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ jobs:
567567
568568
## Artifacts
569569
570-
Specter is available in several forms: as a GUI application, as a binary that can be executed like a web app, and as a PyPI package. Additionally, Specter is available as a Docker image via the awesome [Chiang Mai LN devs](https://github.com/lncm/docker-specter-desktop).
570+
Specter is available in several forms: as a GUI application, as a binary that can be executed like a web app, as a PyPI package, and as a Docker image.
571571
572572
Signed hashsum files are available for all binaries.
573573
@@ -578,7 +578,12 @@ jobs:
578578
579579
**Note on Linux**: you need to set up udev rules (included in the archive). Check out the [readme](https://github.com/cryptoadvance/specter-desktop/blob/master/udev/README.md#usage).
580580
581-
**Note on macOS**: The current build supports only macOS Catalina (10.15) or higher. If you'd like to run Specter on an older macOS version, you can [install Specter from Pip](https://github.com/cryptoadvance/specter-desktop#installing-specter-from-pip).
581+
**Note on macOS**: The macOS application is currently **not code-signed or notarized** by Apple. After downloading the DMG and installing, macOS Gatekeeper will block the app. To fix this, run in Terminal:
582+
\`\`\`
583+
cd /Applications
584+
xattr -cr "Specter.app"
585+
\`\`\`
586+
The current build supports macOS Catalina (10.15) or higher. If you'd like to run Specter on an older macOS version, you can [install Specter from Pip](https://github.com/cryptoadvance/specter-desktop#installing-specter-from-pip). See [#2530](https://github.com/cryptoadvance/specter-desktop/issues/2530) for details.
582587
583588
## specterd
584589
@@ -589,6 +594,18 @@ jobs:
589594
590595
If you're experienced Python user and/or developer, you might appreciate the [pypi-packages](https://pypi.org/project/cryptoadvance-specter/) which are also available on our github-release-page.
591596
597+
## Docker
598+
599+
Official Docker images are published to GitHub Container Registry:
600+
601+
\`\`\`
602+
docker pull ghcr.io/cryptoadvance/specter-desktop:${VERSION}
603+
\`\`\`
604+
605+
See all available tags at [ghcr.io/cryptoadvance/specter-desktop](https://github.com/cryptoadvance/specter-desktop/pkgs/container/specter-desktop).
606+
607+
For releases prior to v2.1.2, Docker images were provided by the [Chiang Mai LN devs](https://github.com/lncm/docker-specter-desktop).
608+
592609
## Signatures and hashes
593610
594611
[SHA256SUMS](${DL}/SHA256SUMS) file contains sha256 hashes of all binary files and signed with "Specter Signer 2026" GPG key.

0 commit comments

Comments
 (0)