Skip to content

Commit

Permalink
add arm
Browse files Browse the repository at this point in the history
  • Loading branch information
Zwiterrion committed Feb 5, 2024
1 parent 8901259 commit 08be0f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ ARG TARGETPLATFORM
RUN if [ "$TARGETPLATFORM" = "linux/arm64" ]; then \
wget https://github.com/tinygo-org/tinygo/releases/download/v0.27.0/tinygo_0.27.0_arm64.deb; \
dpkg -i tinygo_0.27.0_arm64.deb; \
curl -L -O "https://github.com/extism/js-pdk/releases/download/v0.5.0/extism-js-aarch64-linux-v0.5.0.gz"; \
curl -L -O "https://github.com/extism/js-pdk/releases/download/v0.3.4/extism-js-aarch64-linux-v0.5.0.gz"; \
else \
wget https://github.com/tinygo-org/tinygo/releases/download/v0.27.0/tinygo_0.27.0_amd64.deb; \
dpkg -i tinygo_0.27.0_amd64.deb; \
curl -L -O "https://github.com/extism/js-pdk/releases/download/v0.5.0/extism-js-x86_64-linux-v0.5.0.gz"; \
curl -L -O "https://github.com/extism/js-pdk/releases/download/v0.3.4/extism-js-x86_64-linux-v0.5.0.gz"; \
fi

RUN gunzip extism-js*.gz
Expand Down

0 comments on commit 08be0f4

Please sign in to comment.