build.yaml 296 B

12345678910111213141516
  1. ---
  2. # We just wrap `build` so this is really it
  3. name: "jellyfin"
  4. version: "10.3.0"
  5. packages:
  6. - debian-package-x64
  7. - debian-package-armhf
  8. - ubuntu-package-x64
  9. - ubuntu-package-armhf
  10. - fedora-package-x64
  11. - centos-package-x64
  12. - linux-x64
  13. - macos
  14. - portable
  15. - win-x64
  16. - win-x86