Browse Source

Add build.yaml for parent build infrastructure

Joshua Boniface 6 years ago
parent
commit
bf9f342c13
1 changed files with 15 additions and 0 deletions
  1. 15 0
      build.yaml

+ 15 - 0
build.yaml

@@ -0,0 +1,15 @@
+---
+# We just wrap `build` so this is really it
+name: "jellyfin"
+version: "10.2.2"
+packages:
+  - debian-package-x64
+  - debian-package-armhf
+  - ubuntu-package-x64
+  - fedora-package-x64
+  - centos-package-x64
+  - linux-x64
+  - macos
+  - portable
+  - win-x64
+  - win-x86