Stop assuming the build target based on architecture

This commit is contained in:
Cameron Gutman
2021-08-15 20:51:57 +00:00
parent 708ade58d2
commit 54f02f27f0
8 changed files with 33 additions and 10 deletions

View File

@@ -1,5 +1,7 @@
FROM nvcr.io/nvidia/l4t-base:r32.3.1
ENV TARGET=l4t
COPY scripts/install-base-deps.sh /opt/scripts/
RUN /bin/bash -c /opt/scripts/install-base-deps.sh && \
curl -1sLf 'https://dl.cloudsmith.io/public/moonlight-game-streaming/moonlight-l4t/setup.deb.sh' | bash && \