Skip to content

Commit 8c21c54

Browse files
committed
Signal that nextcloud-desktop only works on x86_64
1 parent 01faf9e commit 8c21c54

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

repo/nextcloud-desktop.ubpkg.sky

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
if arch != "x86_64":
2+
fail("Nextcloud only provides x86_64 app image")
3+
14
gh = github_repo("nextcloud-releases/desktop")
25

36
release = gh.latest_release()

0 commit comments

Comments
 (0)