diff options
| author | Joshua Boniface <joshua@boniface.me> | 2019-03-05 23:53:07 -0500 |
|---|---|---|
| committer | Joshua Boniface <joshua@boniface.me> | 2019-03-05 23:53:07 -0500 |
| commit | bf9f342c1321e1644246ba9a92cb76518e9180e4 (patch) | |
| tree | e08fac707abb2bc9f492da1d3fc48da2307374e3 | |
| parent | a994edda044f71ddee360e1120345d8f0ddea81e (diff) | |
Add build.yaml for parent build infrastructure
| -rw-r--r-- | build.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/build.yaml b/build.yaml new file mode 100644 index 000000000..b0d2502d5 --- /dev/null +++ b/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 |
