We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01faf9e commit 8c21c54Copy full SHA for 8c21c54
repo/nextcloud-desktop.ubpkg.sky
@@ -1,3 +1,6 @@
1
+if arch != "x86_64":
2
+ fail("Nextcloud only provides x86_64 app image")
3
+
4
gh = github_repo("nextcloud-releases/desktop")
5
6
release = gh.latest_release()
0 commit comments