Don't try to be clever with arch

This commit is contained in:
Alex Crichton 2023-03-08 16:22:06 -08:00 committed by Amanieu d'Antras
parent be861579df
commit 49b6f1d2e9

View File

@ -7,8 +7,8 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends \
xz-utils \
clang
RUN curl -L https://github.com/bytecodealliance/wasmtime/releases/download/dev/wasmtime-dev-$(arch)-linux.tar.xz | tar xJf -
ENV PATH=$PATH:/wasmtime-dev-$(arch)-linux
RUN curl -L https://github.com/bytecodealliance/wasmtime/releases/download/dev/wasmtime-dev-x86_64-linux.tar.xz | tar xJf -
ENV PATH=$PATH:/wasmtime-dev-x86_64-linux
ENV CARGO_TARGET_WASM32_WASI_RUNNER="wasmtime \
--wasm-features=threads,relaxed-simd \