Skip to content

Commit

Permalink
Build adjustments for new ffmpeg url
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaquu committed Jan 9, 2024
1 parent 4837f3f commit 0c10dd2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .docker/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ COPY rootfs /
# Install tools
RUN set -ex \
&& apk add --no-cache --virtual .run-deps \
avahi-compat-libdns_sd \
avahi-dev \
dbus \
avahi-compat-libdns_sd \
avahi-dev \
dbus \
&& npm set package-lock=false

ARG TARGETPLATFORM
Expand Down Expand Up @@ -61,7 +61,7 @@ RUN case "$TARGETPLATFORM" in \
*) echo "unsupported architecture"; exit 1 ;; \
esac \
&& set -x \
&& curl -Lfs https://github.com/oznu/ffmpeg-for-homebridge/releases/latest/download/ffmpeg-${FFMPEG_OS}-${FFMPEG_ARCH}.tar.gz | tar xzf - -C / --no-same-owner
&& curl -Lfs https://github.com/homebridge/ffmpeg-for-homebridge/releases/latest/download/ffmpeg-${FFMPEG_OS}-${FFMPEG_ARCH}.tar.gz | tar xzf - -C / --no-same-owner

COPY package.json .
RUN npm install --unsafe-perm --no-update-notifier --only=production
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
node: [14, 16, 18, 20]
node: [14, 16, 18]
suffix: ["", "-minimal", "-raspbian"]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node: [14, 16, 18, 20]
node: [14, 16, 18]
suffix: ["", "-minimal", "-raspbian"]

steps:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-homekit-docker",
"version": "3.0.1",
"version": "3.0.2",
"description": "Node-RED nodes to simulate Apple HomeKit devices.",
"homepage": "https://nrchkb.github.io/",
"license": "Apache-2.0",
Expand Down

0 comments on commit 0c10dd2

Please sign in to comment.