Testing
Some checks failed
ci/woodpecker/push/tools-wasm-pack-plugin Pipeline failed
ci/woodpecker/push/wasm-o-x-rust unknown status

This commit is contained in:
2022-08-06 23:27:46 +00:00
parent 8b85177ce6
commit ed7a2d487d
2 changed files with 3 additions and 2 deletions

View File

@@ -9,8 +9,8 @@ RUN apk add --no-cache \
perl \
zlib \
make \
&& cargo install wasm-pack \
&& rustup target add wasm32-unknown-unknown \
# && cargo install wasm-pack \
# && rustup target add wasm32-unknown-unknown \
&& chmod +x /bin/plugin.sh
ENTRYPOINT /bin/plugin.sh