alpha
Login
or
Join now
tsiry-sandratraina.com
/
fin
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
a Jellyfin & Subsonic client for the terminal — powered by mpv, Chromecast and UPnP MediaRenderer
mpv
chromecast
mpris
navidrome
jellyfin
upnp
tui
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Disable OpenBSD aarch64 release build
author
Tsiry Sandratraina
date
2 weeks ago
(Jul 8, 2026, 5:56 PM +0300)
commit
e7fe7d4a
e7fe7d4a556bebb696296c8b33246b3cc96ba88d
parent
c751abbf
c751abbf0ccd6c741befebd8dd90ee0bfed52072
1/1
build.yml
success
4m 49s
+5
-5
1 changed file
Expand all
Collapse all
Unified
Split
.github
workflows
release.yml
+5
-5
.github/workflows/release.yml
View file
Reviewed
···
198
198
os_version: "7.9"
199
199
arch: x86-64
200
200
install_deps: sudo pkg_add rust cmake
201
201
-
- label: openbsd-aarch64
202
202
-
os: openbsd
203
203
-
os_version: "7.9"
204
204
-
arch: arm64
205
205
-
install_deps: sudo pkg_add rust cmake
201
201
+
# - label: openbsd-aarch64
202
202
+
# os: openbsd
203
203
+
# os_version: "7.9"
204
204
+
# arch: arm64
205
205
+
# install_deps: sudo pkg_add rust cmake
206
206
207
207
steps:
208
208
- name: Checkout