Skip to content

Commit

Permalink
Bring back missing aarch64-apple-darwin target
Browse files Browse the repository at this point in the history
  • Loading branch information
Expotential108 committed Sep 6, 2022
1 parent a1c8bd8 commit 153a36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builders/Dockerfile.cross
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apt-get update \
WORKDIR /opt

# Add macOS and Windows Rust targets
RUN rustup target add x86_64-apple-darwin x86_64-pc-windows-gnu
RUN rustup target add x86_64-apple-darwin aarch64-apple-darwin x86_64-pc-windows-gnu

# Build osxcross
# See https://github.com/tpoechtrager/osxcross/blob/master/build.sh#L31-L49 for SDK overview.
Expand Down

0 comments on commit 153a36e

Please sign in to comment.