File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ARG TARGETPLATFORM
44ARG TARGETARCH
55ARG TARGETVARIANT
66
7- ARG OSCAR_VERSION=1.6.1
7+ ARG OSCAR_VERSION=1.7.0
88
99RUN printf '%s' "Building for TARGETPLATFORM=${TARGETPLATFORM}" \
1010 && printf '%s' ", TARGETARCH=${TARGETARCH}" \
@@ -14,9 +14,9 @@ RUN apt-get update -y && \
1414 apt-get install -y --no-install-recommends wget cron
1515
1616RUN if [ "${TARGETARCH}" = "arm64" ]; then \
17- wget -q -O /tmp/oscar.deb https://www.apneaboard .com/OSCAR/${OSCAR_VERSION}/oscar_${OSCAR_VERSION}-RasPiOS-12_arm64.deb; \
18- else \
19- wget -q -O /tmp/oscar.deb https://www.apneaboard .com/OSCAR/${OSCAR_VERSION}/oscar_${OSCAR_VERSION}-Debian12_amd64.deb; \
17+ wget -q -O /tmp/oscar.deb https://www.sleepfiles .com/OSCAR/${OSCAR_VERSION}/oscar_${OSCAR_VERSION}-RasPiOS-12_arm64-Qt5 .deb; \
18+ else \
19+ wget -q -O /tmp/oscar.deb https://www.sleepfiles .com/OSCAR/${OSCAR_VERSION}/oscar_${OSCAR_VERSION}-Debian12_amd64-Qt5 .deb; \
2020 fi
2121
2222RUN apt install -y /tmp/oscar.deb && \
You can’t perform that action at this time.
0 commit comments