Skip to content

Commit 200a52b

Browse files
authored
Merge pull request #50 from linuxserver/no-sign
disable binary signing to prevent compile errors
2 parents 0366bd8 + cd648dd commit 200a52b

4 files changed

Lines changed: 6 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ RUN \
5151
IPV6SUPPORT \
5252
LCDSUPPORT \
5353
LEDSUPPORT \
54-
READ_SDT_CHARSETS && \
54+
READ_SDT_CHARSETS \
55+
WITH_SIGNING && \
5556
make \
5657
CONF_DIR=/config \
5758
DEFAULT_PCSC_FLAGS="-I/usr/include/PCSC" \

Dockerfile.aarch64

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ RUN \
5151
IPV6SUPPORT \
5252
LCDSUPPORT \
5353
LEDSUPPORT \
54-
READ_SDT_CHARSETS && \
54+
READ_SDT_CHARSETS \
55+
WITH_SIGNING && \
5556
make \
5657
CONF_DIR=/config \
5758
DEFAULT_PCSC_FLAGS="-I/usr/include/PCSC" \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
299299

300300
## Versions
301301

302+
* **28.04.26:** - Disable binary signing to prevent compile errors.
302303
* **15.01.26:** - Rebase to Alpine 3.23, add support for wiki submodule.
303304
* **27.06.24:** - Rebase to Alpine 3.20.
304305
* **19.04.24:** - Retrieve Oscam from the new git repo.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ init_diagram: |
9797
"oscam:latest" <- Base Images
9898
# changelog
9999
changelogs:
100+
- {date: "28.04.26:", desc: "Disable binary signing to prevent compile errors."}
100101
- {date: "15.01.26:", desc: "Rebase to Alpine 3.23, add support for wiki submodule."}
101102
- {date: "27.06.24:", desc: "Rebase to Alpine 3.20."}
102103
- {date: "19.04.24:", desc: "Retrieve Oscam from the new git repo."}

0 commit comments

Comments
 (0)