Skip to content

Commit ac277c5

Browse files
alexcrichtonAmanieu
authored andcommitted
Don't try to be clever with arch
1 parent b162158 commit ac277c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/docker/wasm32-wasi/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends \
77
xz-utils \
88
clang
99

10-
RUN curl -L https://github.com/bytecodealliance/wasmtime/releases/download/dev/wasmtime-dev-$(arch)-linux.tar.xz | tar xJf -
11-
ENV PATH=$PATH:/wasmtime-dev-$(arch)-linux
10+
RUN curl -L https://github.com/bytecodealliance/wasmtime/releases/download/dev/wasmtime-dev-x86_64-linux.tar.xz | tar xJf -
11+
ENV PATH=$PATH:/wasmtime-dev-x86_64-linux
1212

1313
ENV CARGO_TARGET_WASM32_WASI_RUNNER="wasmtime \
1414
--wasm-features=threads,relaxed-simd \

0 commit comments

Comments
 (0)