build.yaml 346 B

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