Skip to content

Commit

Permalink
add arch
Browse files Browse the repository at this point in the history
  • Loading branch information
rauljordan committed Jun 6, 2024
1 parent 54bf776 commit c4ce973
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions check/src/docker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ fn create_image(version: &str) -> Result<()> {
FROM rust:{} as builder\n\
RUN rustup target add wasm32-unknown-unknown
RUN rustup target add wasm32-wasi
RUN rustup target add nightly-aarch64-unknown-linux-gnu
RUN rustup target add aarch64-unknown-linux-gnu
RUN cargo install cargo-stylus
RUN cargo install --force cargo-stylus-check
RUN cargo install --force cargo-stylus-replay
Expand Down

0 comments on commit c4ce973

Please sign in to comment.