Skip to content

Commit

Permalink
Signal that nextcloud-desktop only works on x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpdp7 committed Aug 24, 2024
1 parent 01faf9e commit 8c21c54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions repo/nextcloud-desktop.ubpkg.sky
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
if arch != "x86_64":
fail("Nextcloud only provides x86_64 app image")

gh = github_repo("nextcloud-releases/desktop")

release = gh.latest_release()
Expand Down

0 comments on commit 8c21c54

Please sign in to comment.