Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/flatpak-aarch64.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
default: minor
---

Publish the Flatpak for aarch64 in addition to x86_64.
2 changes: 1 addition & 1 deletion packaging/flatpak/flathub.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"only-arches": ["x86_64"]
"only-arches": ["x86_64", "aarch64"]
}
12 changes: 12 additions & 0 deletions packaging/flatpak/moe.sable.client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,18 @@ modules:
url-query: .assets[] | select(.name == "Sable-" + $version + "-linux-x86_64.tar.gz")
| .browser_download_url
is-main-source: true
- type: extra-data
filename: sable.tar.gz
url: https://github.com/SableClient/Sable/releases/download/v1.21.0/Sable-1.21.0-linux-aarch64.tar.gz
sha256: 2d732583c4016c00fc88356ae2148efb11e02e82b46f4b4f3293554279ed5715
size: 175287757
only-arches: [aarch64]
x-checker-data:
type: json
url: https://api.github.com/repos/SableClient/Sable/releases/latest
version-query: .tag_name | sub("^v"; "")
url-query: .assets[] | select(.name == "Sable-" + $version + "-linux-aarch64.tar.gz")
| .browser_download_url
- type: script
dest-filename: apply_extra
commands:
Expand Down
Loading