Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5cec577c38 | |||
| 4cf0838ca2 | |||
| db2adc5b48 | |||
| f67466b85c | |||
| 02213d575a | |||
| 3593c2375f | |||
| 64a8ef45fa | |||
| 40ab6e1ec2 |
+11
-11
@@ -24,7 +24,7 @@ jobs:
|
|||||||
target: ${{ steps.information.outputs.target }}
|
target: ${{ steps.information.outputs.target }}
|
||||||
steps:
|
steps:
|
||||||
- name: ⤵️ Check out code from GitHub
|
- name: ⤵️ Check out code from GitHub
|
||||||
uses: actions/checkout@v2.3.5
|
uses: actions/checkout@v2.4.0
|
||||||
- name: 🚀 Run add-on information action
|
- name: 🚀 Run add-on information action
|
||||||
id: information
|
id: information
|
||||||
uses: frenck/action-addon-information@v1.3
|
uses: frenck/action-addon-information@v1.3
|
||||||
@@ -36,7 +36,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: ⤵️ Check out code from GitHub
|
- name: ⤵️ Check out code from GitHub
|
||||||
uses: actions/checkout@v2.3.5
|
uses: actions/checkout@v2.4.0
|
||||||
- name: 🚀 Run Add-on Lint
|
- name: 🚀 Run Add-on Lint
|
||||||
uses: frenck/action-addon-linter@v2.5
|
uses: frenck/action-addon-linter@v2.5
|
||||||
with:
|
with:
|
||||||
@@ -50,7 +50,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: ⤵️ Check out code from GitHub
|
- name: ⤵️ Check out code from GitHub
|
||||||
uses: actions/checkout@v2.3.5
|
uses: actions/checkout@v2.4.0
|
||||||
- name: 🚀 Run Hadolint
|
- name: 🚀 Run Hadolint
|
||||||
uses: brpaz/hadolint-action@v1.5.0
|
uses: brpaz/hadolint-action@v1.5.0
|
||||||
with:
|
with:
|
||||||
@@ -61,7 +61,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: ⤵️ Check out code from GitHub
|
- name: ⤵️ Check out code from GitHub
|
||||||
uses: actions/checkout@v2.3.5
|
uses: actions/checkout@v2.4.0
|
||||||
- name: 🚀 Run JQ
|
- name: 🚀 Run JQ
|
||||||
run: |
|
run: |
|
||||||
shopt -s globstar
|
shopt -s globstar
|
||||||
@@ -72,7 +72,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: ⤵️ Check out code from GitHub
|
- name: ⤵️ Check out code from GitHub
|
||||||
uses: actions/checkout@v2.3.5
|
uses: actions/checkout@v2.4.0
|
||||||
- name: 🚀 Run mdl
|
- name: 🚀 Run mdl
|
||||||
uses: actionshub/markdownlint@2.0.2
|
uses: actionshub/markdownlint@2.0.2
|
||||||
|
|
||||||
@@ -81,7 +81,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: ⤵️ Check out code from GitHub
|
- name: ⤵️ Check out code from GitHub
|
||||||
uses: actions/checkout@v2.3.5
|
uses: actions/checkout@v2.4.0
|
||||||
- name: 🚀 Run Shellcheck
|
- name: 🚀 Run Shellcheck
|
||||||
uses: ludeeus/action-shellcheck@1.1.0
|
uses: ludeeus/action-shellcheck@1.1.0
|
||||||
env:
|
env:
|
||||||
@@ -92,7 +92,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: ⤵️ Check out code from GitHub
|
- name: ⤵️ Check out code from GitHub
|
||||||
uses: actions/checkout@v2.3.5
|
uses: actions/checkout@v2.4.0
|
||||||
- name: 🚀 Run YAMLLint
|
- name: 🚀 Run YAMLLint
|
||||||
uses: frenck/action-yamllint@v1.1
|
uses: frenck/action-yamllint@v1.1
|
||||||
|
|
||||||
@@ -101,9 +101,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: ⤵️ Check out code from GitHub
|
- name: ⤵️ Check out code from GitHub
|
||||||
uses: actions/checkout@v2.3.5
|
uses: actions/checkout@v2.4.0
|
||||||
- name: 🚀 Run Prettier
|
- name: 🚀 Run Prettier
|
||||||
uses: creyD/prettier_action@v4.0
|
uses: creyD/prettier_action@v4.1.1
|
||||||
with:
|
with:
|
||||||
prettier_options: --write **/*.{json,js,md,yaml}
|
prettier_options: --write **/*.{json,js,md,yaml}
|
||||||
env:
|
env:
|
||||||
@@ -126,10 +126,10 @@ jobs:
|
|||||||
architecture: ${{ fromJson(needs.information.outputs.architectures) }}
|
architecture: ${{ fromJson(needs.information.outputs.architectures) }}
|
||||||
steps:
|
steps:
|
||||||
- name: ⤵️ Check out code from GitHub
|
- name: ⤵️ Check out code from GitHub
|
||||||
uses: actions/checkout@v2.3.5
|
uses: actions/checkout@v2.4.0
|
||||||
- name: 🏗 Set up build cache
|
- name: 🏗 Set up build cache
|
||||||
id: cache
|
id: cache
|
||||||
uses: actions/cache@v2.1.6
|
uses: actions/cache@v2.1.7
|
||||||
with:
|
with:
|
||||||
path: /tmp/.docker-cache
|
path: /tmp/.docker-cache
|
||||||
key: docker-${{ matrix.architecture }}-${{ github.sha }}
|
key: docker-${{ matrix.architecture }}-${{ github.sha }}
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ jobs:
|
|||||||
version: ${{ steps.release.outputs.version }}
|
version: ${{ steps.release.outputs.version }}
|
||||||
steps:
|
steps:
|
||||||
- name: ⤵️ Check out code from GitHub
|
- name: ⤵️ Check out code from GitHub
|
||||||
uses: actions/checkout@v2.3.5
|
uses: actions/checkout@v2.4.0
|
||||||
- name: 🚀 Run add-on information action
|
- name: 🚀 Run add-on information action
|
||||||
id: information
|
id: information
|
||||||
uses: frenck/action-addon-information@v1.3
|
uses: frenck/action-addon-information@v1.3
|
||||||
@@ -69,10 +69,10 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: ⤵️ Check out code from GitHub
|
- name: ⤵️ Check out code from GitHub
|
||||||
uses: actions/checkout@v2.3.5
|
uses: actions/checkout@v2.4.0
|
||||||
- name: 🏗 Set up build cache
|
- name: 🏗 Set up build cache
|
||||||
id: cache
|
id: cache
|
||||||
uses: actions/cache@v2.1.6
|
uses: actions/cache@v2.1.7
|
||||||
with:
|
with:
|
||||||
path: /tmp/.docker-cache
|
path: /tmp/.docker-cache
|
||||||
key: docker-${{ matrix.architecture }}-${{ github.sha }}
|
key: docker-${{ matrix.architecture }}-${{ github.sha }}
|
||||||
@@ -103,7 +103,7 @@ jobs:
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
- name: 🏗 Login to GitHub Container Registry
|
- name: 🏗 Login to GitHub Container Registry
|
||||||
uses: docker/login-action@v1.10.0
|
uses: docker/login-action@v1.12.0
|
||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
|
|||||||
@@ -10,5 +10,3 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
workflows:
|
workflows:
|
||||||
uses: hassio-addons/workflows/.github/workflows/labels.yaml@main
|
uses: hassio-addons/workflows/.github/workflows/labels.yaml@main
|
||||||
secrets:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|||||||
@@ -10,5 +10,3 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
workflows:
|
workflows:
|
||||||
uses: hassio-addons/workflows/.github/workflows/lock.yaml@main
|
uses: hassio-addons/workflows/.github/workflows/lock.yaml@main
|
||||||
secrets:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|||||||
@@ -13,5 +13,3 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
workflows:
|
workflows:
|
||||||
uses: hassio-addons/workflows/.github/workflows/pr-labels.yaml@main
|
uses: hassio-addons/workflows/.github/workflows/pr-labels.yaml@main
|
||||||
secrets:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|||||||
@@ -10,5 +10,3 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
workflows:
|
workflows:
|
||||||
uses: hassio-addons/workflows/.github/workflows/release-drafter.yaml@main
|
uses: hassio-addons/workflows/.github/workflows/release-drafter.yaml@main
|
||||||
secrets:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|||||||
@@ -10,5 +10,3 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
workflows:
|
workflows:
|
||||||
uses: hassio-addons/workflows/.github/workflows/stale.yaml@main
|
uses: hassio-addons/workflows/.github/workflows/stale.yaml@main
|
||||||
secrets:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|||||||
@@ -7,14 +7,14 @@ COPY requirements.txt /tmp/
|
|||||||
RUN \
|
RUN \
|
||||||
apk update \
|
apk update \
|
||||||
&& apk add --no-cache --virtual .build-deps \
|
&& apk add --no-cache --virtual .build-deps \
|
||||||
musl-dev=1.2.2-r3 \
|
musl-dev=1.2.2-r7 \
|
||||||
gcc=10.3.1_git20210424-r2 \
|
gcc=10.3.1_git20211027-r0 \
|
||||||
g++=10.3.1_git20210424-r2 \
|
g++=10.3.1_git20211027-r0 \
|
||||||
libxml2-dev=2.9.12-r1 \
|
libxml2-dev=2.9.12-r2 \
|
||||||
libxslt-dev=1.1.34-r1 \
|
libxslt-dev=1.1.34-r1 \
|
||||||
python3-dev=3.9.5-r1 \
|
python3-dev=3.9.7-r4 \
|
||||||
&& apk add --no-cache \
|
&& apk add --no-cache \
|
||||||
tvheadend=4.2.8-r3 \
|
tvheadend=4.2.8-r5 \
|
||||||
py3-pip=20.3.4-r1 \
|
py3-pip=20.3.4-r1 \
|
||||||
libxslt=1.1.34-r1 \
|
libxslt=1.1.34-r1 \
|
||||||
&& pip3 install \
|
&& pip3 install \
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
build_from:
|
build_from:
|
||||||
aarch64: ghcr.io/hassio-addons/base/aarch64:10.1.1
|
aarch64: ghcr.io/hassio-addons/base/aarch64:11.0.0
|
||||||
amd64: ghcr.io/hassio-addons/base/amd64:10.1.1
|
amd64: ghcr.io/hassio-addons/base/amd64:11.0.0
|
||||||
armhf: ghcr.io/hassio-addons/base/armhf:10.1.1
|
armhf: ghcr.io/hassio-addons/base/armhf:11.0.0
|
||||||
armv7: ghcr.io/hassio-addons/base/armv7:10.1.1
|
armv7: ghcr.io/hassio-addons/base/armv7:11.0.0
|
||||||
i386: ghcr.io/hassio-addons/base/i386:10.1.1
|
i386: ghcr.io/hassio-addons/base/i386:11.0.0
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
setuptools==58.4.0
|
setuptools==60.2.0
|
||||||
streamlink==2.4.0
|
streamlink==3.0.3
|
||||||
|
|||||||
Reference in New Issue
Block a user