Skip to content

Commit

Permalink
fix architecture build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptaliagy committed Jul 27, 2023
1 parent e9fe4d2 commit 76a518c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ FROM rust:1.71.0 as builder

# Install the targets
RUN rustup target add $(arch)-unknown-linux-musl && \
dpkg --add-architecture $(arch) && \
apt update && \
apt install -y musl-tools
apt install -y musl-tools:$(arch) musl-dev:$(arch)

WORKDIR /app

Expand Down

0 comments on commit 76a518c

Please sign in to comment.