mirror of
https://github.com/mkuf/prind.git
synced 2025-11-06 13:15:42 +01:00
ustreamer: fix build on linux/arm/v6 for >v5.57
This commit is contained in:
@@ -24,7 +24,7 @@ RUN git clone ${REPO} ustreamer \
|
|||||||
&& rm -rf .git
|
&& rm -rf .git
|
||||||
|
|
||||||
RUN cd ustreamer \
|
RUN cd ustreamer \
|
||||||
&& make
|
&& make LDFLAGS=-latomic
|
||||||
|
|
||||||
## Runtime Image
|
## Runtime Image
|
||||||
FROM debian:bookworm-slim as run
|
FROM debian:bookworm-slim as run
|
||||||
|
|||||||
Reference in New Issue
Block a user