mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-28 19:34:05 +02:00
Fixes20200802 (#49)
* reorder build to start longer running builds earlier * hyperion: add zlib
This commit is contained in:
9
.editorconfig
Normal file
9
.editorconfig
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 4
|
||||||
|
|
||||||
|
[*.yml]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 2
|
||||||
@@ -44,6 +44,18 @@ stages:
|
|||||||
- template: .azure-pipelines/job-matrix.yml
|
- template: .azure-pipelines/job-matrix.yml
|
||||||
parameters:
|
parameters:
|
||||||
matrix:
|
matrix:
|
||||||
|
- addon: hyperion
|
||||||
|
jobName: hyperion
|
||||||
|
arch: '--armhf --amd64 --aarch64'
|
||||||
|
- addon: transmission-openvpn
|
||||||
|
jobName: transmission_openvpn
|
||||||
|
arch: '--amd64'
|
||||||
|
- addon: transmission-magnet-redirect
|
||||||
|
jobName: transmission_magnet_redirect
|
||||||
|
arch: '--amd64'
|
||||||
|
- addon: jackett
|
||||||
|
jobName: jackett
|
||||||
|
arch: '--armhf --amd64 --aarch64'
|
||||||
- addon: znc
|
- addon: znc
|
||||||
jobName: znc
|
jobName: znc
|
||||||
arch: '--armhf --amd64 --aarch64'
|
arch: '--armhf --amd64 --aarch64'
|
||||||
@@ -65,15 +77,3 @@ stages:
|
|||||||
- addon: jellyfin
|
- addon: jellyfin
|
||||||
jobName: jellyfin
|
jobName: jellyfin
|
||||||
arch: '--armhf --amd64 --aarch64'
|
arch: '--armhf --amd64 --aarch64'
|
||||||
- addon: jackett
|
|
||||||
jobName: jackett
|
|
||||||
arch: '--armhf --amd64 --aarch64'
|
|
||||||
- addon: transmission-openvpn
|
|
||||||
jobName: transmission_openvpn
|
|
||||||
arch: '--amd64'
|
|
||||||
- addon: transmission-magnet-redirect
|
|
||||||
jobName: transmission_magnet_redirect
|
|
||||||
arch: '--amd64'
|
|
||||||
- addon: hyperion
|
|
||||||
jobName: hyperion
|
|
||||||
arch: '--armhf --amd64 --aarch64'
|
|
||||||
@@ -1,3 +1,3 @@
|
|||||||
## 0.2.0
|
## 0.2.1
|
||||||
|
|
||||||
- Update hyperion to 2.0.0-alpha.7 (2.0.0-alpha.7)
|
- Update hyperion to 2.0.0-alpha.7 (2.0.0-alpha.7)
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ RUN apt-get update \
|
|||||||
libqt5gui5=5.11.3+dfsg1-1+deb10u3 \
|
libqt5gui5=5.11.3+dfsg1-1+deb10u3 \
|
||||||
libqt5core5a=5.11.3+dfsg1-1+deb10u3 \
|
libqt5core5a=5.11.3+dfsg1-1+deb10u3 \
|
||||||
libusb-1.0=2:1.0.22-2 \
|
libusb-1.0=2:1.0.22-2 \
|
||||||
|
zlib1g-dev=1:1.2.11.dfsg-1 \
|
||||||
&& if [[ "${BUILD_ARCH}" = "amd64" ]]; then ARCH="Linux-x86_64"; fi \
|
&& if [[ "${BUILD_ARCH}" = "amd64" ]]; then ARCH="Linux-x86_64"; fi \
|
||||||
&& if [[ "${BUILD_ARCH}" = "aarch64" ]]; then ARCH="Linux-aarch64"; fi \
|
&& if [[ "${BUILD_ARCH}" = "aarch64" ]]; then ARCH="Linux-aarch64"; fi \
|
||||||
&& curl -fsSL https://github.com/hyperion-project/hyperion.ng/releases/download/${RELEASE}/Hyperion-${RELEASE}-${ARCH}.deb > /tmp/Hyperion-${RELEASE}-${ARCH}.deb \
|
&& curl -fsSL https://github.com/hyperion-project/hyperion.ng/releases/download/${RELEASE}/Hyperion-${RELEASE}-${ARCH}.deb > /tmp/Hyperion-${RELEASE}-${ARCH}.deb \
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "hyperion",
|
"name": "hyperion",
|
||||||
"version": "0.2.0",
|
"version": "0.2.1",
|
||||||
"slug": "hyperion",
|
"slug": "hyperion",
|
||||||
"legacy": false,
|
"legacy": false,
|
||||||
"maintenance": {
|
"maintenance": {
|
||||||
|
|||||||
Reference in New Issue
Block a user