Skip to content

Commit

Permalink
DockerfileBuilder retains wasm32-wasi target
Browse files Browse the repository at this point in the history
  • Loading branch information
007gzs committed Feb 5, 2025
1 parent 81edeed commit 38f40ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/wasm-rust/DockerfileBuilder
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FROM $BASE_IMAGE

LABEL rust_version=$RUST_VERSION oras_version=$ORAS_VERSION

RUN rustup target add wasm32-wasi
RUN rustup target add wasm32-wasi wasm32-wasip1

RUN arch="$(dpkg --print-architecture)"; arch="${arch##*-}"; \
rust_version=${RUST_VERSION:-1.82}; \
Expand Down

0 comments on commit 38f40ab

Please sign in to comment.