Skip to content

Commit

Permalink
Replace amd64 with arm64 in libdatachannel fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
Byrdman32 authored Nov 27, 2024
1 parent 0790b79 commit d4f471c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile_JetPack
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ RUN wget -q https://github.com/MissouriMRDT/Autonomy_Packages/raw/main/ffmpeg/ar

# Install Libdatachannel
ARG LIBDATACHANNEL_VERSION="0.22.2"
RUN wget -q https://github.com/MissouriMRDT/Autonomy_Packages/raw/main/libdatachannel/amd64/libdatachannel_${LIBDATACHANNEL_VERSION}_arm64.deb && \
RUN wget -q https://github.com/MissouriMRDT/Autonomy_Packages/raw/main/libdatachannel/arm64/libdatachannel_${LIBDATACHANNEL_VERSION}_arm64.deb && \
dpkg -i libdatachannel_${LIBDATACHANNEL_VERSION}_arm64.deb && \
rm libdatachannel_${LIBDATACHANNEL_VERSION}_arm64.deb

Expand Down

0 comments on commit d4f471c

Please sign in to comment.